Fixed problems I ran into while playtesting.

This commit is contained in:
PlatinumSkink
2015-10-23 17:42:46 +02:00
parent e4aae9779e
commit 22349fe0a6
4 changed files with 65 additions and 31 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ private:
std::mt19937 m_RandomGenerator;
float m_XMovementMultiplier = 2.f;
float m_EdgeX = 3.4f; //Actually 3.2, but anyways.
float m_EdgeX = 3.2f;
float m_EdgeY = 5.2f;
int m_MultiBalls = 0;
bool m_ReplaceBall = false;