Files
i-want-to-heal-2/public/action-assets
2026-06-28 13:31:33 -04:00
..
2026-06-28 13:30:51 -04:00
2026-06-28 13:30:51 -04:00
2026-06-28 13:31:33 -04:00
2026-06-28 13:30:51 -04:00

Action Mode art assets

Use the local admin site to replace these files without moving images by hand:

npm run assets:admin

Then open http://127.0.0.1:4175.

Dungeon icons:

  • dungeons/bulldrome.svg
  • dungeons/yian-kut-ku.svg
  • dungeons/cyber-dragon.svg

Enemy sprites:

  • enemies/bulldrome.svg
  • enemies/bullfango.svg
  • enemies/yian-kut-ku.svg
  • enemies/bird.svg
  • enemies/cyber-dragon.svg

SVG, PNG, JPG, or WebP files work for dungeon icons in React. Enemy sprites are loaded by Phaser through src/actionAssets.ts; if you switch file extensions, update that registry.

Recommended sizes:

  • Dungeon icons: square, 256 x 256 or larger.
  • Enemy sprites: square transparent canvas, centered subject.