diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2023-06-24 18:02:46 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2023-06-24 23:46:57 -0400 |
| commit | dbb42c99e07320bc20d77cdbe404a8071c0a522e (patch) | |
| tree | 9e3d4094061c800e52897bfaa117a3608c648f2a /menu/Menu.gd | |
| parent | 9541a472e0b38369d169ad3f7bb250a8127bc471 (diff) | |
| download | frivolous-run-dbb42c99e07320bc20d77cdbe404a8071c0a522e.tar.gz frivolous-run-dbb42c99e07320bc20d77cdbe404a8071c0a522e.tar.bz2 frivolous-run-dbb42c99e07320bc20d77cdbe404a8071c0a522e.zip | |
Ported game to Godot 4; Major changes
Diffstat (limited to 'menu/Menu.gd')
| -rw-r--r-- | menu/Menu.gd | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/menu/Menu.gd b/menu/Menu.gd deleted file mode 100644 index 6852150..0000000 --- a/menu/Menu.gd +++ /dev/null @@ -1,13 +0,0 @@ -extends Control - -func _on_Play_button_up(): - if get_tree().change_scene("res://game/Game.tscn") != OK: - print("There was an error trying to load the scene...") - - -func _on_Credits_button_up(): - $CreditsDialog.popup_centered() - - -func _on_Quit_button_up(): - get_tree().quit() |
