aboutsummaryrefslogtreecommitdiff
path: root/client/menu/game.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/menu/game.gd')
-rw-r--r--client/menu/game.gd8
1 files changed, 8 insertions, 0 deletions
diff --git a/client/menu/game.gd b/client/menu/game.gd
new file mode 100644
index 00000000..ae44957a
--- /dev/null
+++ b/client/menu/game.gd
@@ -0,0 +1,8 @@
+extends Menu
+
+func _ready():
+ super()
+
+func _input(_event):
+ if Input.is_action_just_pressed("pause"):
+ submenu("res://menu/ingame.tscn")