refactor(client): remove archetype selection, fix Randomise→Randomize

- Remove character_select.tscn and character_select.gd entirely
  (Smuggler/Detective archetypes removed per v0.2 pivot)
- New Game goes straight to character creation
- Rename Randomise→Randomize throughout (US English convention)
- Add *.import and *.uid to client gitignore (import artifacts)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-22 18:18:47 +01:00
co-authored by Claude Opus 4.6
parent 92209f85e6
commit 145d8fec17
8 changed files with 32 additions and 344 deletions
+1 -1
View File
@@ -221,7 +221,7 @@ character_select:
character_creation:
btn_back: "[ESC] Back"
btn_randomise: "[R] Randomise"
btn_randomize: "[R] Randomize"
btn_start: "[ENTER] Start"
btn_rotate_left: "[Q] ◄"
btn_rotate_right: "► [E]"