made the player a Entity and gave it a controller

This commit is contained in:
nosch
2025-08-31 16:36:03 +02:00
parent 84cd82c8c0
commit 9f1374c0b1
6 changed files with 65 additions and 35 deletions
+3 -1
View File
@@ -19,7 +19,9 @@ struct TextureAtlas {
extern Texture defaultTexture;
extern TextureAtlas entityTextures;
extern TextureAtlas backgroundTextures;
extern TextureAtlas tileTextures;
void GenDefaulTexture();
void GenDefaultTexture();
#endif // !TEXTURES_HPP