mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-09 00:05:53 +00:00
Debug menu items spawn buttons
This commit is contained in:
parent
6bf12a021f
commit
4c58436a74
9 changed files with 216 additions and 33 deletions
|
|
@ -11,6 +11,11 @@ public partial class MenuBase : Control
|
|||
public delegate void MenuClosedEventHandler();
|
||||
|
||||
protected virtual void _on_back_button_pressed()
|
||||
{
|
||||
CloseMenu();
|
||||
}
|
||||
|
||||
protected void CloseMenu()
|
||||
{
|
||||
this.QueueFree();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue