Commit 88cab9b
fix(stake): real Ephraim cut-out, and a larger chest trigger (#248)
Ephraim — replaces the interim asset with the photo supplied for him. It
arrives already alpha-cut at 433x577, within a few pixels of Will's
442x564, so it finally matches the other riders instead of being a
landscape crop upscaled 4x from a 191x148 thumbnail. The alpha profile
reads as a full-body standing figure (narrow head at 10-20%, torso
30-60%, legs, feet), so the roster tile takes Will's 400% face zoom and
StakeOrbit's aspect ratio is corrected to 577/433.
Chest — the trigger grew from 60 to 92 (prompt) and 68 to 104 (rewards
ready). The scene renders the object with padding inside its own canvas,
so the chest read smaller than its box; with the plate gone there is
nothing to anchor the size but the object itself. The badge moves inboard
now that there is no rectangle corner to hang off.
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent 643fb0d commit 88cab9b
4 files changed
Lines changed: 6 additions & 6 deletions
File tree
- public/stake/cutout
- src/components/stake
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
298 | | - | |
| 298 | + | |
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
| |||
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
363 | | - | |
| 363 | + | |
364 | 364 | | |
365 | 365 | | |
366 | | - | |
| 366 | + | |
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | | - | |
| 95 | + | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
0 commit comments