B4 (задача 5): арт интерактивов, снаряда и иконок сумки — AI + рукодельный
- Ретро Diffusion (LostMedia/RetroDiffusion, PD) на RTX 3090: ~1.3 с/вид;
  gen_b4.py (GPU-партия по реестру LIST) + post_b4.mjs (кроп фигуры,
  meanRect-даунскейл с BFS-маской фона, квантизация, обзорный лист).
- В игру: view.tex у 9 интерактивов + Старая Машина, спрайт плевка в бою,
  иконки предметов 8x8 в сумке (ui/icon_*, синхронны окну скролла),
  ASSET_KEYS дополнен новыми ключами.
- tone_tree/resonator у AI не вышли (тёплый градиентный фон + шум на
  даунскейле) — нарисованы кодом: toneTreeTile/resonatorTile в gen.mjs.
- Визуальный чек checks/art_b4.mjs: все области и сумка через агентный мост.

Co-Authored-By: Claude Code <noreply@anthropic.com>
1 parent 1f701ae commit 57d7b5a0556997ca99cd0bc09f3ce7768201559c
@Eugene Sukhodolskiy Eugene Sukhodolskiy authored 7 hours ago
Showing 30 changed files
View
.gitignore
View
apps/game/assets/tiles/bell_rope.png 0 → 100644
View
apps/game/assets/tiles/counter.png 0 → 100644
View
apps/game/assets/tiles/hearth.png 0 → 100644
View
apps/game/assets/tiles/mote.png 0 → 100644
View
apps/game/assets/tiles/note.png 0 → 100644
View
apps/game/assets/tiles/resonator.png 0 → 100644
View
apps/game/assets/tiles/signpost.png 0 → 100644
View
apps/game/assets/tiles/spit.png 0 → 100644
View
apps/game/assets/tiles/tone_tree.png 0 → 100644
View
apps/game/assets/ui/icon_bellflower.png 0 → 100644
View
apps/game/assets/ui/icon_clock.png 0 → 100644
View
apps/game/assets/ui/icon_cloth.png 0 → 100644
View
apps/game/assets/ui/icon_flask.png 0 → 100644
View
apps/game/assets/ui/icon_map.png 0 → 100644
View
apps/game/assets/ui/icon_mote.png 0 → 100644
View
apps/game/assets/ui/icon_salt.png 0 → 100644
View
apps/game/src/Game.ts
View
apps/game/src/data/interactables.ts
View
apps/game/src/scenes/InventoryScene.ts
View
apps/game/src/scenes/LocationScene.ts
View
apps/game/src/systems/combat/CombatViews.ts
View
apps/game/tools/aiart/gen_b4.py 0 → 100644
View
apps/game/tools/aiart/post_b4.mjs 0 → 100644
View
apps/game/tools/checks/art_b4.mjs 0 → 100644
View
apps/game/tools/pixelart/gen.mjs
View
apps/game/tools/pixelart/sizes.mjs
View
docs/art-style.md
View
docs/demo.md
View
docs/plan.md