add player entity (draft)

This commit is contained in:
MihailRis
2024-07-07 22:19:15 +03:00
parent 939cfdd851
commit 77c9c5cdb7
6 changed files with 39 additions and 13 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ class PlayerController {
void updateKeyboard();
void updateCamera(float delta, bool movement);
void resetKeyboard();
void updateControls(float delta);
void updatePlayer(float delta);
void updateInteraction();
void onBlockInteraction(
glm::ivec3 pos,