Fix tank job icons to match tank models#27
Open
adamides wants to merge 1 commit into
Open
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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_icont1_icon.tscn(overhead):pld_icon→war_icont2_icon.tscn(overhead):war_icon→gnb_icongnb_iconis referenced by path only. The asset must exist atres://assets/common/icons/job_icons/gnb_icon.pngfor the Tank 2 icon to render.