* In the usage help, put LEVELFILE into brackets since it's an optional argument.
[supertux.git] / src / sprite / sprite.hpp
index 1c16632..cf5e603 100644 (file)
@@ -46,6 +46,9 @@ public:
   /** Set action (or state) */
   void set_action(const std::string& act, int loops = -1);
 
+  /** Set framerate */
+  void set_fps(float new_fps);
+
   /* Stop animation */
   void stop_animation()
   { animation_loops = 0; }