rnd-20020921-7-src
[rocksndiamonds.git] / src / main.c
index f569257ff91d00c30493830e839f14de0f3696d7..1d202e3a84113aad20464b78ad9085a1cca9fdad 100644 (file)
@@ -1033,6 +1033,10 @@ struct ConfigInfo image_config[] =
   { "spring.xpos",                             "0"                     },
   { "spring.ypos",                             "5"                     },
   { "spring.frames",                           "1"                     },
+  { "spring.moving",                           "RocksMore.pcx"         },
+  { "spring.moving.xpos",                      "0"                     },
+  { "spring.moving.ypos",                      "5"                     },
+  { "spring.moving.frames",                    "1"                     },
 
   { "emc_steelwall1",                          "RocksDC.pcx"           },
   { "emc_steelwall1.xpos",                     "14"                    },
@@ -1319,16 +1323,16 @@ struct ConfigInfo image_config[] =
   { "extra_time.ypos",                         "0"                     },
   { "extra_time.frames",                       "6"                     },
 
-  { "shield_deadly",                           "RocksDC.pcx"           },
-  { "shield_deadly.xpos",                      "8"                     },
-  { "shield_deadly.ypos",                      "1"                     },
-  { "shield_deadly.frames",                    "6"                     },
-
   { "shield_normal",                           "RocksDC.pcx"           },
   { "shield_normal.xpos",                      "8"                     },
   { "shield_normal.ypos",                      "2"                     },
   { "shield_normal.frames",                    "6"                     },
 
+  { "shield_deadly",                           "RocksDC.pcx"           },
+  { "shield_deadly.xpos",                      "8"                     },
+  { "shield_deadly.ypos",                      "1"                     },
+  { "shield_deadly.frames",                    "6"                     },
+
   { "shield_normal.active",                    "RocksHeroes.pcx"       },
   { "shield_normal.active.xpos",               "1"                     },
   { "shield_normal.active.ypos",               "13"                    },
@@ -2410,6 +2414,11 @@ struct ConfigInfo image_config[] =
   { "scrollbar_yellow.ypos",                   "2"                     },
   { "scrollbar_yellow.frames",                 "1"                     },
 
+  { "char_question",                           "RocksFontEM.pcx"       },
+  { "char_question.xpos",                      "15"                    },
+  { "char_question.ypos",                      "1"                     },
+  { "char_question.frames",                    "1"                     },
+
   { NULL,                                      NULL                    }
 };