progress
This commit is contained in:
@@ -58,7 +58,5 @@ func _input(event):
|
||||
if event.is_action_released("quit"):
|
||||
get_tree().quit()
|
||||
if event.is_action_released("right_click"):
|
||||
cursor_index = cursor_index +1
|
||||
if cursor_index >= cursors.size():
|
||||
cursor_index = 0
|
||||
Input.set_custom_mouse_cursor(cursors[cursor_index])
|
||||
ActionState.current_action = (ActionState.current_action + 1) % 4
|
||||
Input.set_custom_mouse_cursor(cursors[ActionState.current_action])
|
||||
|
||||
Reference in New Issue
Block a user