Refactor and fixes

This commit is contained in:
MihailRis
2023-11-12 02:44:02 +03:00
parent b4a3608302
commit 63b5f4bc6b
25 changed files with 394 additions and 278 deletions
+4
View File
@@ -17,3 +17,7 @@ Player::Player(glm::vec3 position, float speed, Camera* camera) :
Player::~Player(){
delete hitbox;
}
void Player::teleport(glm::vec3 position) {
hitbox->position = position;
}