tiagopadua / bigblock

Javascript game engine
3 stars 0 forks source link

Ground detection #15

Closed tiagopadua closed 9 years ago

tiagopadua commented 9 years ago

Set the Y coord according to the ground; Check for falls;

tiagopadua commented 9 years ago

Added check if player is over ground triangles of the level

tiagopadua commented 9 years ago

Done. Missing death/fall animation, though...