Added main menu

This commit is contained in:
ultrablob 2024-04-17 17:22:29 -04:00
parent ae936275b7
commit 18b2a3491c
7 changed files with 89 additions and 30 deletions

View file

@ -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!")