28 lines
1.4 KiB
Markdown
28 lines
1.4 KiB
Markdown
# Remaining Weapon Equipment Icon Pass
|
|
|
|
Generated after the final low-detail weapon icon rework in `src/game/scenes/BootScene.ts`.
|
|
|
|
## Scope
|
|
|
|
- `leader-axe`
|
|
- `training-sword`
|
|
- `yellow-turban-saber`
|
|
|
|
## Before and After
|
|
|
|
| item id | previous helper | current helper | previous primitives | current primitives | audit concerns |
|
|
| --- | --- | --- | ---: | ---: | --- |
|
|
| `leader-axe` | `drawAxeIcon` | `drawLeaderAxeIcon` | 7 | 26 | none |
|
|
| `training-sword` | `drawSwordIcon` | `drawTrainingSwordIcon` | 16 | 31 | none |
|
|
| `yellow-turban-saber` | `drawSaberIcon` | `drawYellowTurbanSaberIcon` | 12 | 35 | none |
|
|
|
|
## Browser QA
|
|
|
|

|
|
|
|
- URL checked: `http://127.0.0.1:4201/heros_web/?debug&debugSortiePrep&renderer=canvas`
|
|
- Historical capture result: the PNG above preserves the original desktop 1280x720 session and has not been relabeled or upscaled.
|
|
- Current-standard revalidation (2026-07-17): sortie prep passed at an explicit 1920x1080 CSS viewport, 100% browser zoom, and DPR 1, with the generated weapon textures visible in the roster, slot, and detail surfaces.
|
|
- Browser console warnings/errors: none observed during the historical capture or current-standard revalidation.
|
|
- Follow-up target from the updated audit: no generated equipment icon batch is currently flagged; select the next art pass from runtime screenshots.
|