Temp commit

This commit is contained in:
Bram Verhulst
2024-04-25 11:04:40 +02:00
parent 8a1506d42f
commit da8377e7a0
4 changed files with 42 additions and 35 deletions

View File

@@ -72,10 +72,12 @@ private:
Vector2f m_Vel;
const float m_Speed{ 400.0f };
std::map<Collision::CollisionDirection, WorldTile *> m_ContactMap;
Vector2f m_Acc;
Vector2f m_Gravity { 0, -9.81f };
Vector2f m_Gravity { 0, -1000.0f };
float m_BobTimer{ 0.0f };
const float m_BobTime{ 0.1f };
bool m_BobUp{ true };