mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 17:41:19 +00:00
Merge pull request #86705 from KoBeWi/resourception
Improve saving of built-in resources
This commit is contained in:
commit
16bdd83ea4
5 changed files with 45 additions and 2 deletions
|
|
@ -401,6 +401,7 @@ class ScriptEditor : public PanelContainer {
|
|||
void _add_callback(Object *p_obj, const String &p_function, const PackedStringArray &p_args);
|
||||
void _res_saved_callback(const Ref<Resource> &p_res);
|
||||
void _scene_saved_callback(const String &p_path);
|
||||
void _mark_built_in_scripts_as_saved(const String &p_parent_path);
|
||||
|
||||
bool open_textfile_after_create = true;
|
||||
bool trim_trailing_whitespace_on_save;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue