version number set to 4.3.8.2
[rocksndiamonds.git] / src / conf_gfx.c
index 31b17a70836e48ddd1f190bd6a21ba986e02a5fb..7b9d243ed52ba6b8169815741bae91460e09c35f 100644 (file)
@@ -6858,6 +6858,8 @@ struct ConfigInfo image_config[] =
   { "font.request.y",                          "210"                   },
   { "font.request.width",                      "14"                    },
   { "font.request.height",                     "14"                    },
+  { "font.request_narrow",                     UNDEFINED_FILENAME      },
+  { "font.request_narrow.clone_from",          "font.text_1.DOOR"      },
 
   { "font.input_1",                            "RocksFontSmall.png"    },
   { "font.input_1.x",                          "0"                     },
@@ -10073,6 +10075,7 @@ struct ConfigInfo image_config[] =
   { "request.autowrap",                                "false"                 },
   { "request.centered",                                "true"                  },
   { "request.wrap_single_words",               "true"                  },
+  { "request.draw_order",                      "-1"                    },
 
   { "global.use_envelope_request",             "false"                 },