JoshuaKGoldberg / Old-Deleted-FullScreenMario

An HTML5 remake of the original Super Mario Brothers - expanded for wide screens.
2.98k stars 883 forks source link

Placed CastleBlocks in PreCharacter collection instead of PreSolids to make them display properly #116

Closed blamonet closed 10 years ago

blamonet commented 10 years ago

Offscreen castle blocks are not displaying their fireballs when they are initially off screen.

JoshuaKGoldberg commented 10 years ago

Thanks for noticing this! I'd prefer to keep the spawning code as generic as possible, so in a followup commit I'll change it to ' && !object.spawn_as_char' (or similar).

blamonet commented 10 years ago

Cool! It was more of a hack than anything to just get it working. :)