Added main menu
This commit is contained in:
parent
ae936275b7
commit
18b2a3491c
7 changed files with 89 additions and 30 deletions
|
@ -25,8 +25,6 @@ func _physics_process(delta):
|
|||
func _input(event):
|
||||
if event.is_action_pressed("jump"):
|
||||
global_position = get_global_mouse_position()
|
||||
if event.is_action_pressed("switch_input"):
|
||||
absolute_movement = true
|
||||
if event.is_action_pressed("quare"):
|
||||
if num_quares >= max_quares:
|
||||
notifier.notify("All Quares in Use!")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue