Omnimaga

Calculator Community => Other Calc-Related Projects and Ideas => TI Z80 => Topic started by: Xeda112358 on January 18, 2020, 11:02:09 am

Title: [Grammer] Another Tilemap Editor!
Post by: Xeda112358 on January 18, 2020, 11:02:09 am
Hi!

With @NonstickAtom785's talk of making an RPG in Grammer, I decided that I should finally add in smooth-scrolling tilemap support in Grammer (finally). Anyways, I went with a more standard format, so we need a new tilemap editor, and I like how this one has turned out:
(https://i.imgur.com/diqb1Ja.gif)

The controls are listed in the readme, and I've included a sample set of files (spritesheet+tilemap+config).I've also included a map viewer, prgmTILEMAP:
(https://i.imgur.com/7ARLBL3.gif)
That is not documented, but use [ *] to use 15MHz mode, and [/] to use 6MHz mode (default). It uses the same data as the map editor, so it loads the same tilemap and spritesheet that you were working on.
Title: Re: [Grammer] Another Tilemap Editor!
Post by: NonstickAtom785 on January 21, 2020, 12:10:47 pm
I like this. I just made a small editor for basic map editing myself. But I might as well switch over to yours. (Once again you have beat me to making something ?new.)