new Tutorial

tutorial with sprite offset, sprite sheet and texture filtering
This commit is contained in:
Guido Diego Quispe Robles
2023-05-28 13:47:48 -03:00
parent fbcb38d37a
commit 4f6e55c0b0
9 changed files with 321 additions and 16 deletions
@@ -24,7 +24,7 @@ class Sprite {
~Sprite();
u32 id;
Vec2 position, size;
Vec2 position, size, offset;
float scale;
Color color;
SpriteMode mode;