Merge pull request #38 from h4570/feature/sprite-modes

Sprite modes (stretch/repeat)
This commit is contained in:
Michał Mostowik
2020-12-07 17:23:06 +01:00
committed by GitHub
3 changed files with 34 additions and 8 deletions
+1
View File
@@ -24,6 +24,7 @@ Sprite::Sprite()
_flipH = false;
_flipV = false;
scale = 1.0F;
mode = MODE_REPEAT;
setDefaultColor();
setDefaultLODAndClut();
}