NovaSquirrel / NovaTheSquirrel

an open source NES platformer game
GNU General Public License v3.0
202 stars 8 forks source link

Fix laser beam collision #102

Open NovaSquirrel opened 6 years ago

NovaSquirrel commented 6 years ago

Right now you can get past laser beams really easily. I'll need to fix this to be a lot more robust... and probably check collision for the entire wall, not just the particles that make it up. Also, make horizontal beams impassable too.