Merged floating image patch by DirtY iCE
[supertux.git] / src / scripting / floating_image.hpp
index 7434a84..7fd9206 100644 (file)
@@ -49,6 +49,8 @@ public:
   bool get_visible();
   void set_action(const std::string& action);
   std::string get_action();
+  void fade_in(float fadetime);
+  void fade_out(float fadetime);
 
 #ifndef SCRIPTING_API
 private: