Exasperation
|
I started work on Verge programming a couple of days ago, and I just uploaded the results of my first efforts.
It's the beginnings of an isometric tile battle system. So far, I have a working (although not fully fleshed out) menu system, and can save, load, display, and edit a 20 tile * 20 tile isometric map.
Admittedly, I only have one actual tile to use, and it can only be used at two map heights, but the code to support additional tiles and more map heights is there.
You can also change the color scheme of the menus, and it will remember your color scheme the next time you run the program.
Edit - I haven't uploaded the new version, but I now have mouse control working. I can click on a menu option and activate it, and click on a map tile and the program will recognize which tile I selected. Mouse control can also be turned on and off in the options menu.
Posted on 2007-10-30 02:54:28 (last edited on 2007-10-30 08:47:55)
|