mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-07 08:20:11 +01:00
Format files using updated file_format.sh
This commit is contained in:
@@ -14,7 +14,7 @@ func _unhandled_input(event):
|
||||
else: # Up.
|
||||
state.erase(event.index)
|
||||
get_tree().set_input_as_handled()
|
||||
|
||||
|
||||
elif event is InputEventScreenDrag: # Movement.
|
||||
state[event.index] = event.position
|
||||
get_tree().set_input_as_handled()
|
||||
|
||||
Reference in New Issue
Block a user