Monday, August 9, 2004

Monday 9th

Not much to report today, as I was up late and also had a work shift to contend with (which is a bugger, because I was itching to do some coding). I went back through the Editor code and did some tidying up, removing some debug variables and generally making the thing a little more efficient. I have a couple of immediate goals regarding the editor, the main one being to display a strip of tiles across the bottom of the screen, and having the user click on any tile to select it. Fairly straightforward stuff, but I'm still getting my head around arrays and indexing (mainly because the screen variables start at 1 but arrays start at 0). I'll get there.