Made Mr_Tree graphic smaller, from 99 to 85 pixels.
[supertux.git] / src / level.hpp
index 18d1803..2175b3c 100644 (file)
@@ -35,6 +35,8 @@ class Level
 public:
   std::string name;
   std::string author;
+  std::string extro_music;
+  float extro_length;
   typedef std::vector<Sector*> Sectors;
   Sectors sectors;