deux méthodes pour afficher message systeme et notification de kill

This commit is contained in:
Jonathan Trottier
2023-10-02 15:55:45 -04:00
parent f0912614a4
commit 90fdc8ed1b
3 changed files with 197 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ Player::Player(const Vector3f& position, float rotX, float rotY) : m_position(po
m_velocity = Vector3f(0, 0, 0);
m_airborne = true;
m_hp = 0.75f; //TODO: Remettre <20> 1.0f
m_username = "Zelda Bee-Bop";
m_username = "Zelda Bee-Bop56";
}
void Player::TurnLeftRight(float value) {