mitch3a / SuperMarioWar

Hoping to rewrite existing SMW code in java with the hopes to fix crashes + expand play
7 stars 2 forks source link

Shipz level (index 20) #33

Open mitch3a opened 10 years ago

mitch3a commented 10 years ago

For some weird reason the moving platforms wrapping is weird. Instead of drawing it offscreen, it squeezes in the last tile by scaling X down. I think its a canvas setting because stepping through, it seemed like the right stuff was happening

mitch3a commented 10 years ago

Also, this map overdraws from the buffer. Some animated tiles don't show up, but it is most likely due to this.