Impact

5 Posts, registered 2 decades ago

Contact

Send an email to samgreen

Recent Posts

2 decades ago in Strange canvas behaviour in Chrome:

This is likely caused by passing the wrong image / tile sizes to Impact. I have…

2 decades ago in Scope Issue?:

Change this line: ## var ent = this.entities[i]; ## to this: ## var ent…

2 decades ago in Background Animation:

Are you updating and drawing the animation in your game update and draw methods…

2 decades ago in Entities load:

If you post some more code I might be able to help you out with it. You can use…

2 decades ago in Entities load:

What about: ## if ( this.getHero() ) { if ( this.getHero.health <= 0 …