Switched y coordinate of Physics class to be like all other y coordinates in SuperTux:
[supertux.git] / src / badguy / jumpy.cpp
index d6e71fe..02ceeb1 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "jumpy.hpp"
 
-static const float JUMPSPEED=600;
+static const float JUMPSPEED=-600;
 static const float JUMPY_MID_TOLERANCE=4;
 static const float JUMPY_LOW_TOLERANCE=2;