Shuffling the map stuff around to make more sense structurally. Also shrunk the scope of the demos wayyyy down to facilitate easier debugging in my next planned steps

This commit is contained in:
MitchellHansen
2017-10-17 23:59:15 -07:00
parent 242aaaa485
commit c35f867c76
14 changed files with 638 additions and 771 deletions

View File

@@ -48,7 +48,7 @@ public:
private:
float friction_coefficient = 0.1f;
float default_impulse = 1.0f;
float default_impulse = 0.3f;
// 3D vector
sf::Vector3f movement;