removes prints
This commit is contained in:
parent
1beb89ea84
commit
98357b5dec
1
card.gd
1
card.gd
@ -67,7 +67,6 @@ func _gui_input(event: InputEvent) -> void:
|
|||||||
|
|
||||||
func _unhandled_key_input(event: InputEvent) -> void:
|
func _unhandled_key_input(event: InputEvent) -> void:
|
||||||
if event.is_action_pressed("default_action"):
|
if event.is_action_pressed("default_action"):
|
||||||
print("space pressed!")
|
|
||||||
if current_pivot == pivot.ROTATE_0:
|
if current_pivot == pivot.ROTATE_0:
|
||||||
current_pivot = pivot.ROTATE_90
|
current_pivot = pivot.ROTATE_90
|
||||||
is_pivot = true
|
is_pivot = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user