changes
This commit is contained in:
@@ -77,4 +77,4 @@ func _input(event):
|
||||
get_tree().quit()
|
||||
if event.is_action_released("right_click") and not is_cursor_locked:
|
||||
ActionState.current_action = (ActionState.current_action + 1) % 4
|
||||
Input.set_custom_mouse_cursor(cursors[ActionState.current_action])
|
||||
Input.set_custom_mouse_cursor(cursors[ActionState.current_action], Input.CursorShape.CURSOR_ARROW, Vector2(64,64))
|
||||
|
||||
Reference in New Issue
Block a user