Quote from: Snarky on Sun 25/05/2014 11:28:58
No. I was responding to this bit:Quote from: Gurok on Sun 25/05/2014 02:15:57
Hrmm... maybe I should've been clearer. By row 200, I meant the row at y = 200.
I'm saying that a 320x200 background has 200 possible values for the y-coordinate: 0, 1, 2, 3, .... 198, 199. y=200 is not a valid on-screen coordinate in this resolution; the highest possible y-coordinate, corresponding to the bottom row of the screen, is y=199. That's because you start counting at zero.
I realise that. y = 200 is out of bounds in a 320x200 background. I know how zero-based indices work. That's why I said "would be nice if there was a way to make row 200 walkable somehow" and suggested using a 320x201 background to allow me to place characters on the row at y = 200. Check your first comment though, it says "There is no row y=199 in a 320x200 background." ... that's what confused me. There is definitely a row where y = 199.