Change print warnings to config ones for popups that need transparency

This commit is contained in:
Michael Alexsander
2025-01-08 20:00:20 -03:00
parent 0257995616
commit 5c63646e87
9 changed files with 82 additions and 17 deletions

View File

@ -71,6 +71,10 @@ public:
void set_item_count(int p_count);
int get_item_count() const;
#ifdef TOOLS_ENABLED
PackedStringArray get_configuration_warnings() const override;
#endif
MenuButton(const String &p_text = String());
~MenuButton();
};