Diffstat (limited to 'ui/scripts/StartMenu.gd')
| -rw-r--r-- | ui/scripts/StartMenu.gd | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ui/scripts/StartMenu.gd b/ui/scripts/StartMenu.gd index eeacd32..0cd31e2 100644 --- a/ui/scripts/StartMenu.gd +++ b/ui/scripts/StartMenu.gd @@ -7,13 +7,10 @@ onready var highscoreLabel = $Label func _input(event): if on: -# warning-ignore:return_value_discarded if event.is_action("shoot_1"): Game.transition("res://world/World.tscn") if event.is_action("ui_cancel"): Game.exit() - if event.is_action("options"): - $pause.show() func _ready(): |