NovaSquirrel / NovaTheSquirrel

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

Prohibit blocks from connecting to each other past scroll barriers. #101

Closed NovaSquirrel closed 6 years ago

NovaSquirrel commented 6 years ago

Blocks (like ground tiles) should only connect to each other on the sides if it's actually possible to scroll from one to the other. I can fix this by respecting the scroll barriers.