From db1668b1a6dbf63a24e71485a567af469476711f Mon Sep 17 00:00:00 2001 From: Nicholas Date: Wed, 21 May 2025 18:01:21 +0100 Subject: [PATCH] test --- collectables/crystal/collect_crystal.gd | 1 + 1 file changed, 1 insertion(+) diff --git a/collectables/crystal/collect_crystal.gd b/collectables/crystal/collect_crystal.gd index d51ccf9..8816afa 100644 --- a/collectables/crystal/collect_crystal.gd +++ b/collectables/crystal/collect_crystal.gd @@ -20,3 +20,4 @@ func _on_mouse_collision_input_event(viewport: Node, event: InputEvent, shape_id if Input.is_mouse_button_pressed(MOUSE_BUTTON_LEFT): var destination: Vector2 = get_global_mouse_position() global_position = global_position.move_toward(destination, 1.0) +#git is shit