CommandLineHeroes / hero-engine

Open-source HTML5 adventure game engine
MIT License
219 stars 66 forks source link

Issue #21 Sprite frames bleed onto other side #26

Closed JonathonMurphy closed 5 years ago

JonathonMurphy commented 5 years ago

Added 3px of empty space to each side of each frame of animation to prevent webGL pixel bleeding. Increasing total sprite dimensions from 72x97 to 78x103

Jared-Sprague commented 5 years ago

Thanks!