Merge pull request #52573 from e8newallm/Save_Scene-52078
This commit is contained in:
commit
4fc246e99e
2 changed files with 29 additions and 12 deletions
|
|
@ -308,6 +308,7 @@ private:
|
|||
ConfirmationDialog *pick_main_scene;
|
||||
Button *select_current_scene_button;
|
||||
AcceptDialog *accept;
|
||||
AcceptDialog *save_accept;
|
||||
EditorAbout *about;
|
||||
AcceptDialog *warning;
|
||||
|
||||
|
|
@ -814,6 +815,7 @@ public:
|
|||
Ref<Texture2D> get_class_icon(const String &p_class, const String &p_fallback = "Object") const;
|
||||
|
||||
void show_accept(const String &p_text, const String &p_title);
|
||||
void show_save_accept(const String &p_text, const String &p_title);
|
||||
void show_warning(const String &p_text, const String &p_title = TTR("Warning!"));
|
||||
|
||||
void _copy_warning(const String &p_str);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue