Code structure for basic earthflower ability: illumination in the dark
[supertux.git] / src / object / player.hpp
index 3dda1fd..2e72b52 100644 (file)
@@ -280,6 +280,8 @@ private:
   bool jump_early_apex;
   bool on_ice;
   bool ice_this_frame;
+  Color light;
+  SpritePtr lightsprite;
 
 public:
   Direction dir;