Nearly got collision + gfx working.
Posted by GreaseMonkey
August 25th, 2012 11:22 pm
As usual, there are the bugs.
- Collisions are absolutely fine, actually.
- The level (wrt Y+ scrolling) is drawn with the wrong Y offset, and quite likely the wrong X offset, too
- Uhh, I think that’s pretty much all the actual identifiable bugs.
Let’s see if we can sort this out before dinner. (Not likely, but itmight happen. Anyone into miracles?)

I had the same problems. Never do dynamic code in an LD – everithing needs to be static! Even random stuff!
Also there were places where I have forgot clipping or typed in wrong values because I was tired…