make igloo the first level
[supertux.git] / src / scripting / floating_image.hpp
index 42dcf36..78f39df 100644 (file)
@@ -46,6 +46,8 @@ public:
   int get_anchor_point();
   void set_visible(bool visible);
   bool get_visible();
+  void set_action(const std::string& action);
+  std::string get_action();
   
 #ifndef SCRIPTING_API
 private: