Skip to content

Fix tank job icons to match tank models#27

Open
adamides wants to merge 1 commit into
WCGH:mainfrom
adamides:bugfix/tank-job-icons
Open

Fix tank job icons to match tank models#27
adamides wants to merge 1 commit into
WCGH:mainfrom
adamides:bugfix/tank-job-icons

Conversation

@adamides

@adamides adamides commented Jul 2, 2026

Copy link
Copy Markdown

The party-list and overhead job icons labeled Tank 1 as Paladin and Tank 2
as Warrior, but the 3D models are Warrior (t1) and Gunbreaker (t2) — the
icons and models were reversed. There is no Paladin asset in the project.

This aligns all three representations so Tank 1 = Warrior and
Tank 2 = Gunbreaker:

  • party_list.tscn: T1 icon → war_icon, T2 icon → gnb_icon
  • t1_icon.tscn (overhead): pld_iconwar_icon
  • t2_icon.tscn (overhead): war_icongnb_icon

⚠️ Note: gnb_icon is referenced by path only. The asset must exist at
res://assets/common/icons/job_icons/gnb_icon.png for the Tank 2 icon to render.

The party-list and overhead job icons labeled Tank 1 as Paladin and
Tank 2 as Warrior, but the 3D models are Warrior (t1) and Gunbreaker
(t2) — icons and models were reversed. There is no Paladin asset in
the project.

Align all three representations so Tank 1 = Warrior and Tank 2 =
Gunbreaker:
- party_list.tscn: T1 icon -> war_icon, T2 icon -> gnb_icon
- t1_icon.tscn (overhead): pld_icon -> war_icon
- t2_icon.tscn (overhead): war_icon -> gnb_icon

gnb_icon is referenced by path only; the asset must exist at
res://assets/common/icons/job_icons/gnb_icon.png.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant