reduced flappinf strength a litte so that Tux doesn't get more than one tile of height
[supertux.git] / src / tile.h
index cfddd02..c221003 100644 (file)
@@ -90,6 +90,9 @@ private:
   
   /** General purpose data attached to a tile (content of a box, type of coin)*/
   int data;
+  
+  /** Alpha (opacity) of tile */
+  int alpha;
 
   float anim_fps;