cykod / Quintus

HTML5 Game Engine
http://html5quintus.com
GNU General Public License v2.0
1.41k stars 401 forks source link

platformer un-winnable in master #26

Closed semanticart closed 11 years ago

semanticart commented 11 years ago

Greetings!

it looks like 5b517afdaf6f54bbc85f11a0d64c7825f007c6c0 broke the platformer example. You can no longer reach the tower because you cannot progress far enough left.

I modified the level because I thought something might be wrong with jumping (hitting a ceiling or something), but you just can't walk far enough left to get to the goal. The attached screenshot shows where you stop.

Screen Shot 2013-04-03 at 8 50 05 PM

cykod commented 11 years ago

Good catch - was actually catching on the repeater, which should have a default type of 0 so this sort of thing doesn't happen.