rnd-20060121-2-src
[rocksndiamonds.git] / src / conf_gfx.c
index 36ce315c2bdc254288d83efa6a55359ffdc33f08..52f0f135d05056f9950bc85de8255bac0cbe8430 100644 (file)
@@ -3451,6 +3451,14 @@ struct ConfigInfo image_config[] =
   { "emc_android.ypos",                                "8"                     },
   { "emc_android.frames",                      "8"                     },
   { "emc_android.delay",                       "2"                     },
+  { "emc_android.shrinking",                   "RocksEMC.pcx"          },
+  { "emc_android.shrinking.xpos",              "0"                     },
+  { "emc_android.shrinking.ypos",              "8"                     },
+  { "emc_android.shrinking.frames",            "1"                     },
+  { "emc_android.growing",                     "RocksEMC.pcx"          },
+  { "emc_android.growing.xpos",                        "0"                     },
+  { "emc_android.growing.ypos",                        "8"                     },
+  { "emc_android.growing.frames",              "1"                     },
 
   { "emc_grass",                               "RocksEMC.pcx"          },
   { "emc_grass.xpos",                          "0"                     },
@@ -3660,13 +3668,13 @@ struct ConfigInfo image_config[] =
   /* !!! TEMPORARILY STORED HERE -- PROBABLY TO BE CHANGED !!! */
 
   /* (for testing, change filename back to "emc_object dot pcx") */
-  { "emc_object",                              "RocksEMC.pcx"          },
+  { "emc_object",                              "emc_object.pcx"        },
 #if 0
   { "emc_object.scale_up_factor",              "2"                     },
 #endif
 
   /* (for testing, change filename back to "emc_sprite dot pcx") */
-  { "emc_sprite",                              "RocksEMC.pcx"          },
+  { "emc_sprite",                              "emc_sprite.pcx"        },
 #if 0
   { "emc_sprite.scale_up_factor",              "2"                     },
 #endif