mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-03 15:45:55 +00:00
Music room music playing
This commit is contained in:
parent
67d7986330
commit
766b04b2ff
9 changed files with 129 additions and 86 deletions
|
|
@ -8,5 +8,12 @@ using Godot.Collections;
|
|||
public partial class MenuBase : Control
|
||||
{
|
||||
[Signal]
|
||||
public delegate void MenuClosedEventHandler();
|
||||
public delegate void MenuClosedEventHandler();
|
||||
|
||||
protected void _on_back_button_pressed()
|
||||
{
|
||||
this.QueueFree();
|
||||
|
||||
EmitSignal(SignalName.MenuClosed);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue