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
+3 -4
View File
@@ -12,10 +12,9 @@
#include "tutorial_10.hpp"
/**
* In this tutorial we will learn how to:
* - Load png file and create texture from it
* - Create sprite class
* - Clear screen and render sprite
* In this tutorial we will learn:
* - How works the offset of the sprite
* - how works the texture mapping
*/
int main() {