diff options
Diffstat (limited to 'Scripts/Texty.cs')
| -rw-r--r-- | Scripts/Texty.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Scripts/Texty.cs b/Scripts/Texty.cs index 0a72c70..0101183 100644 --- a/Scripts/Texty.cs +++ b/Scripts/Texty.cs @@ -18,6 +18,12 @@ namespace Texty.Scripts { GetTree().Notification(MainLoop.NotificationWmQuitRequest); } + + public void OnStartGame() + { + StartMenu.Visible = false; + Game.Visible = true; + } } } |
