nunix wrote:Uh.. can you explain your changes, Thelinx? Your edit-reason was "0.6.0 is not the stable version right now"..but.. 0.6.0 sure as hell
does seem to be the stable version right now. -.- Also why would you change one tutorial back to 0.5.0 but none of the others?
However, on topic!
1) is table.getn really right there? Looking through the 5.1 book, there's a note that says table.getn was a 5.0 thing, and that 5.1 uses #. There's also no mention of table.getn in the online reference manual that I can see.
2) The tutorial, as it stands, seems to crash on me. I made a couple of small changes that I THOUGHT I understood, but maybe I don't:
First I made the map smaller
Code: Select all
--the map
map={
{0, 0, 0},
{0, 2, 0},
{0, 0, 0},
{0, 0, 0},
{0, 0, 0},
{0, 1, 0},
{0, 0, 0},
}
Also I'm using bigger tiles, 400 x 400 so I did
I get a grey love screen to pop up, and then it crashes, without any real error report. Any idea what's going on?
edit: gah, it's because of the dumb tile={} thing at the start, I think. If a tutorial is going to rely on particular assets/directory/whatever, they should be included in the tutorial. -.- Anyway, it's not crashing anymore since I changed it to
and got my graphics in the right place, but now it's just a BLACK screen. what gives?