rnd-20030407-1-src
[rocksndiamonds.git] / src / conf_gfx.c
index 06367d296db97e7a401791f93c6aea84c3a3c2c1..d918b8c5f893844a3985d9f1c7f354d7a6edcfda 100644 (file)
@@ -3291,6 +3291,11 @@ struct ConfigInfo image_config[] =
   { "font.tape_recorder.width",                        "11"                    },
   { "font.tape_recorder.height",               "14"                    },
 
+  { "font.game_info",                          "RocksFontEM.pcx"       },
+  { "font.game_info.xpos",                     "0"                     },
+  { "font.game_info.ypos",                     "0"                     },
+  { "font.game_info.delay",                    "10"                    },
+
   { "global.border",                           "RocksScreen.pcx"       },
   { "global.door",                             "RocksDoor.pcx"         },
 
@@ -3307,32 +3312,6 @@ struct ConfigInfo image_config[] =
   { "background.SETUP",                                UNDEFINED_FILENAME      },
   { "background.DOOR",                         UNDEFINED_FILENAME      },
 
-  { "info.font_em_1",                          "RocksFontEM.pcx"       },
-  { "info.font_em_1.xpos",                     "0"                     },
-  { "info.font_em_1.ypos",                     "0"                     },
-  { "info.font_em_1.frames",                   "16"                    },
-  { "info.font_em_1.delay",                    "10"                    },
-  { "info.font_em_2",                          "RocksFontEM.pcx"       },
-  { "info.font_em_2.xpos",                     "0"                     },
-  { "info.font_em_2.ypos",                     "1"                     },
-  { "info.font_em_2.frames",                   "16"                    },
-  { "info.font_em_2.delay",                    "10"                    },
-  { "info.font_em_3",                          "RocksFontEM.pcx"       },
-  { "info.font_em_3.xpos",                     "0"                     },
-  { "info.font_em_3.ypos",                     "2"                     },
-  { "info.font_em_3.frames",                   "16"                    },
-  { "info.font_em_3.delay",                    "10"                    },
-  { "info.font_em_4",                          "RocksFontEM.pcx"       },
-  { "info.font_em_4.xpos",                     "0"                     },
-  { "info.font_em_4.ypos",                     "3"                     },
-  { "info.font_em_4.frames",                   "16"                    },
-  { "info.font_em_4.delay",                    "10"                    },
-  { "info.font_em_5",                          "RocksFontEM.pcx"       },
-  { "info.font_em_5.xpos",                     "0"                     },
-  { "info.font_em_5.ypos",                     "4"                     },
-  { "info.font_em_5.frames",                   "4"                     },
-  { "info.font_em_5.delay",                    "10"                    },
-
   /* the following directives are not associated with an image,
      but make sense to be defined in "graphicsinfo.conf", too */