removes prints

This commit is contained in:
Nathan Singer 2025-04-27 13:00:53 -04:00
parent 1beb89ea84
commit 98357b5dec

View File

@ -67,7 +67,6 @@ func _gui_input(event: InputEvent) -> void:
func _unhandled_key_input(event: InputEvent) -> void:
if event.is_action_pressed("default_action"):
print("space pressed!")
if current_pivot == pivot.ROTATE_0:
current_pivot = pivot.ROTATE_90
is_pivot = true