When Esc was pressed the menu was not being shown in leveleditor (fixed).
[supertux.git] / src / physic.h
index 8e467d7..558cebd 100644 (file)
@@ -51,6 +51,9 @@ public:
      */
     void set_acceleration(float ax, float ay);
 
+    void set_acceleration_x(float ax);
+    void set_acceleration_y(float ay);
+
     float get_acceleration_x();
     float get_acceleration_y();