kesiev / akihabara

A game engine for making classic arcade style games using Javascript and HTML5. We're starting moving on a re-organized repo here: https://github.com/akihabara
http://www.kesiev.com/akihabara
GNU General Public License v2.0
529 stars 53 forks source link

Collision with small tiles #17

Open rjungemann opened 12 years ago

rjungemann commented 12 years ago

Hello, I am experimenting with Akihabara and so far I love everything about it.

I took the "Leave Me Alone" demo and made the tiles half-sized (10px square instead of 20px square). If the character stands on the edge of a platform, facing the edge, then turns around, he will fall through the edge of the wall.

Is there a way to change the sensitivity of the tile collision for platform-based games, just as with top-down-based games? If I were to address the problem myself, where is a good place to start looking? Currently digging around in toys.js.

Leave Me Alone

PotHix commented 12 years ago

@thefifthcircuit We changed the Akihabara repository to here: https://github.com/akihabara/akihabara This is an issue yet? If you think it deserves some work please post it as an issue on the new repository. :)

@kesiev can we close this one?

orubel commented 12 years ago

This is a non-issue, they are faling through because they didn't change the tile size in all the appropriate places. This is a change and they need to go over the code to make sure they changed it in all the correct places.