rnd-20070207-1-src
[rocksndiamonds.git] / src / conf_gfx.c
index d21f22ec0cff55f51e7ff734bca19d8a6788fb65..4f126bc033a446cc353581511ada21a7af7c4ca2 100644 (file)
@@ -4929,6 +4929,7 @@ struct ConfigInfo image_config[] =
   { "background.INFO[MUSIC]",                  UNDEFINED_FILENAME      },
   { "background.INFO[CREDITS]",                        UNDEFINED_FILENAME      },
   { "background.INFO[PROGRAM]",                        UNDEFINED_FILENAME      },
+  { "background.INFO[VERSION]",                        UNDEFINED_FILENAME      },
   { "background.INFO[LEVELSET]",               UNDEFINED_FILENAME      },
   { "background.SETUP",                                UNDEFINED_FILENAME      },
   { "background.DOOR",                         UNDEFINED_FILENAME      },
@@ -4947,6 +4948,20 @@ struct ConfigInfo image_config[] =
   /* the following directives are not associated with an image, but
      probably make sense to be defined in "graphicsinfo.conf", too */
 
+#if 0
+  { "titlemessage_1.x",                                "-1"                    },
+  { "titlemessage_1.y",                                "-1"                    },
+  { "titlemessage_1.width",                    "-1"                    },
+  { "titlemessage_1.height",                   "-1"                    },
+  { "titlemessage_1.chars",                    "-1"                    },
+  { "titlemessage_1.lines",                    "-1"                    },
+  { "titlemessage_1.align",                    "-1"                    },
+  { "titlemessage_1.autowrap",                 "-1"                    },
+  { "titlemessage_1.centered",                 "-1"                    },
+  { "titlemessage_1.skip_comments",            "-1"                    },
+  { "titlemessage_1.sort_priority",            "-1"                    },
+#endif
+
   { "global.num_toons",                                "20"                    },
 
   { "border.draw_masked.TITLE",                        "false"                 },
@@ -4987,6 +5002,8 @@ struct ConfigInfo image_config[] =
   { "menu.draw_yoffset.INFO[CREDITS]",         "0"                     },
   { "menu.draw_xoffset.INFO[PROGRAM]",         "0"                     },
   { "menu.draw_yoffset.INFO[PROGRAM]",         "0"                     },
+  { "menu.draw_xoffset.INFO[VERSION]",         "0"                     },
+  { "menu.draw_yoffset.INFO[VERSION]",         "0"                     },
   { "menu.draw_xoffset.INFO[LEVELSET]",                "0"                     },
   { "menu.draw_yoffset.INFO[LEVELSET]",                "0"                     },
   { "menu.draw_xoffset.SETUP",                 "0"                     },
@@ -5074,9 +5091,11 @@ struct ConfigInfo image_config[] =
   { "main.text.level_info_1.x",                        "272"                   },
   { "main.text.level_info_1.y",                        "352"                   },
   { "main.text.level_info_1.align",            "center"                },
+  { "main.text.level_info_1.chars",            "-1"                    },
   { "main.text.level_info_2.x",                        "272"                   },
   { "main.text.level_info_2.y",                        "523"                   },
   { "main.text.level_info_2.align",            "center"                },
+  { "main.text.level_info_2.chars",            "-1"                    },
   { "main.text.title_1.x",                     "272"                   },
   { "main.text.title_1.y",                     "8"                     },
   { "main.text.title_1.align",                 "center"                },