mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Properly rename scenes and resources after renaming or moving files, should fix #13976
It's not tested, so please test.
This commit is contained in:
@@ -185,6 +185,7 @@ public:
|
||||
String get_scene_title(int p_idx) const;
|
||||
String get_scene_path(int p_idx) const;
|
||||
String get_scene_type(int p_idx) const;
|
||||
void set_scene_path(int p_idx, const String &p_path);
|
||||
Ref<Script> get_scene_root_script(int p_idx) const;
|
||||
void set_edited_scene_version(uint64_t version, int p_scene_idx = -1);
|
||||
uint64_t get_edited_scene_version() const;
|
||||
|
||||
Reference in New Issue
Block a user