Sprite Generator
×
Creature Type
Class
Draconia
Mythika
Deeprot
Magyk
Anxels
Uvemvana
Genus
📁 Sprite File Structure
The sprite generator is now configured to load PNG files from the following directory structure:
sprites/
├── classes/
│ ├── draconia_base.png
│ ├── mythika_base.png
│ ├── deeprot_base.png
│ ├── magyk_base.png
│ ├── anxels_base.png
│ └── uvemvana_base.png
├── genus/
│ ├── draconia/
│ │ ├── trupyre_body.png
│ │ ├── trupyre_wings.png
│ │ ├── kindling_body.png
│ │ ├── wyrm_body.png
│ │ └── ... (other genus sprites)
│ ├── mythika/
│ ├── deeprot/
│ ├── magyk/
│ ├── anxels/
│ └── uvemvana/
├── elemental/
│ ├── ice_effect.png
│ ├── fire_effect.png
│ ├── water_effect.png
│ ├── flora_effect.png
│ ├── earth_effect.png
│ ├── metal_effect.png
│ ├── dark_effect.png
│ └── light_effect.png
└── families/
├── locomotiv_engine.png
├── zemra_heart.png
├── kamen_stone.png
└── krystallia_crystal.png
💡 Note: If PNG files are not found, the system will automatically fall back to placeholder shapes with your selected colors. All sprites should be 64x64 or 32x32 pixels with transparent backgrounds.