Impact

This forum is read only and just serves as an archive. If you have any questions, please post them on github.com/phoboslab/impact

1 decade ago by meritt

loadLevel() sets the collisionMap to null:

this.collisionMap = null;

You shouldn't be overriding the collisionMap unless the "collision" layer is found. This requires code to manually do:

this.collisionMap = ig.CollisionMap.staticNoCollision;

after calling loadLevel()

1 decade ago by MikeH

-- deleted, misunderstood your post :)

1 decade ago by dominic

Yep, thanks. This is already fixed in the current dev version in the git repo.

1 decade ago by meritt

Awesome, I hadn't thought to take a peek at the dev version. I'll do that now, thanks!
Page 1 of 1
« first « previous next › last »