added graphics animation mode "tiled" for tiled graphics on elements
[rocksndiamonds.git] / src / libgame / system.h
index 306757a6d6ad8d92248c2ace4692fcf52b41a9fe..90a7fe4fe2a7b3160f3a163c4301a506bcf3f3e1 100644 (file)
 #define ANIM_STATIC_PANEL      (1 << 13)
 #define ANIM_ALL               (1 << 14)
 #define ANIM_ONCE              (1 << 15)
+#define ANIM_TILED             (1 << 16)
 
 #define ANIM_DEFAULT           ANIM_LOOP