add iamond

This commit is contained in:
Ultrablob 2024-05-08 11:28:26 -04:00
parent 10655aed3a
commit f4dc1a79fd
15 changed files with 330 additions and 10 deletions

View file

@ -13,8 +13,6 @@ func _ready():
absolute_movement = not config.get_value("config", "relative_controls")
func _input(event):
if event.is_action_pressed("jump"):
global_position = get_global_mouse_position()
if event.is_action_pressed("quare"):
if num_quares >= max_quares:
notifier.notify("All Quares in Use!")