1
0
mirror of https://github.com/JohnBreaux/Boat-Battle.git synced 2024-11-15 05:25:57 +00:00
This commit is contained in:
Chance Atkinson 2021-11-07 00:35:43 -05:00
commit 2dff7428a1

View File

@ -101,6 +101,8 @@ func _input(event):
position = event.position; position = event.position;
if event.is_action_pressed("ui_rotate"): if event.is_action_pressed("ui_rotate"):
if held:
return
if checkOriginalPos(): if checkOriginalPos():
return return
else: else: