aboutsummaryrefslogtreecommitdiff
path: root/client/menu/game.gd
blob: ae44957ab7a89df586bbc137c1daa771fe37fba2 (plain)
1
2
3
4
5
6
7
8
extends Menu

func _ready():
	super()

func _input(_event):
	if Input.is_action_just_pressed("pause"):
		submenu("res://menu/ingame.tscn")