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