Fix Collision add basic digging

This commit is contained in:
Bram Verhulst
2024-03-19 17:12:24 +01:00
parent d5e4aa9752
commit a165c0bc6f
6 changed files with 43 additions and 12 deletions

View File

@@ -30,4 +30,6 @@ private:
Point2f m_Acc;
Point2f m_Gravity{ 0, -9.81f };
bool m_Grounded{ false };
};