SonicGDX / SonicGDX.github.io

https://sonicgdx.github.io/
Apache License 2.0
0 stars 0 forks source link

Change where sprite textures are taken from. #48

Open SonicGDX opened 4 months ago

SonicGDX commented 4 months ago

Instead of using a single texture in the player class (which obviously won't work at scale), add some sort of animation class which handles changing around sprites for animating an object, which can then be called to pull in the correct sprite / animation.