dasdasdasdas

This commit is contained in:
quflax
2023-12-27 15:01:18 +02:00
parent 95c713bc4d
commit 4d281ff03b
8 changed files with 64 additions and 77 deletions
+1 -2
View File
@@ -38,8 +38,7 @@ public:
int chosenBlock;
voxel selectedVoxel {0, 0};
float camX = 0.0f;
float camY = 0.0f;
glm::vec2 cam = {};
Player(glm::vec3 position, float speed);
~Player();