Added brick models and Lifebuoy balance changes

This commit is contained in:
viktorljung
2015-10-08 20:08:42 +02:00
parent 87fd73f249
commit 52ab09d0b1
9 changed files with 3692 additions and 8 deletions
+1
View File
@@ -61,6 +61,7 @@ private:
float m_LeftEdge = -3.8f;
float m_RightEdge = 3.8f;
float m_DownEdge = -9.2f;
std::list<LifeBuoyInfo> m_LifeBuoys;
};