Add public assets batch 1
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
Action Mode art assets
|
||||
======================
|
||||
|
||||
Use the local admin site to replace these files without moving images by hand:
|
||||
|
||||
```bash
|
||||
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.
|
||||
Reference in New Issue
Block a user