remixed-dungeon
remixed-dungeon copied to clipboard
Replace classes like MimicSprite with json sprite description.
Iron sprite description - instead of bitmap image? Like what SVG format does?
Json.
Animation for mobs can described using separate class like in: https://github.com/NYRDS/pixel-dungeon-remix/blob/master/PixelDungeon/src/main/java/com/watabou/pixeldungeon/sprites/BruteSprite.java
Or in a json file: https://github.com/NYRDS/pixel-dungeon-remix/blob/master/PixelDungeon/src/main/assets/spritesDesc/Acidic.json
Second format allow mods to change animations and sfx for mobs ( but some sfx not yet usable in this format )
I meant how do you describe a bitmap using JSON? (Autocorrect corrected JSON to Iron...)
Not bitmap, but animation sequences, just look at files in my previous comment,