Some of them could be dropped in specific levels, but I just don't want to lose things I've crafted so carefully, especially if I know I might use them later on.
So, just like you have "sheets" of sprites in SEDS, there will be some "sheets" of animations in AnimEDS asap. I love thinking of "sheets" for that because i) the DS display is too small to show them all and ii) scrolling through linear large set has never felt comfortable when working with RSD game-maker.
RSD map editor: you had to scroll |
in a flat list to get another tile. |
- there are 8 columns per sheet, and less than 8 lines. That suggest using octal numbers for animations in game script could mean 226 is natevly translated into "page 2, row 2, column 6".
- [done] We'll need a way to move things around pages. It would be useful to consider the last two lines as belonging to a sticky page (e.g. page 7) that can be used as buffer space to move things between "structured" pages.
- [done] We'll need an input to dismiss one animation completely.
- [done] preserve ongoing animation while switching page
- [done] keep an "undo" for deleted animation, recall them pressing "DELETE" again.
[wish] sticky page remains sticky across loads(implies content wouldn't be saved :-/)- [done] avoid additional issues with LEDS' monsters rendering.
- [done] some random replacement still occur,
apparently when coming back from the editor window - [fixme] restoring deleted animation on another slot randomly makes source slot show an animation again.
- [wish] find some way to flip to the next/prev sheet (preferably without the stylus).
- [wish] I can live with pendat's hands not having pendats colors on the thumbnail, but body's color reflecting the real choice could be important for level editor.
- [wish] flipped limbs rendered flipped on the thumbnail.