Testing textures

This commit is contained in:
2023-05-11 23:57:08 -07:00
parent ba44eacfba
commit d603da50c7
8 changed files with 84 additions and 173 deletions

View File

@ -15,5 +15,5 @@ TiledSpriteAnimation::TiledSpriteAnimation(TiledSprite *sprite) :
void TiledSpriteAnimation::tick(float_t delta) {
SimpleAnimation::tick(delta);
this->sprite->setTile(frame);
this->sprite->tile = frame;
}