This commit is contained in:
2026-04-05 08:02:34 -07:00
parent 13519580c7
commit 7b5ce2e4a5
77 changed files with 2739 additions and 30 deletions

View File

@@ -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))