5 Posts, registered 1 decade ago
Contact
Send an email to samgreen
Recent Posts
This is likely caused by passing the wrong image / tile sizes to Impact. I have…
Change this line:
##
var ent = this.entities[i];
##
to this:
##
var ent…
Are you updating and drawing the animation in your game update and draw methods…
If you post some more code I might be able to help you out with it. You can use…
What about:
##
if ( this.getHero() ) {
if ( this.getHero.health <= 0 …