Nearly got collision + gfx working.
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?)
Comments
28. Aug 2012 · 15:37 UTC
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…
