added support for fourth digit for inventory (dynamite) count on game panel
[rocksndiamonds.git] / src / conf_gfx.c
index 62326d7a972d5924b5db09f9ceed03bd6ba3c52b..c321bcf0eb00e4a5bba9510790a0fdf645bfdb76 100644 (file)
@@ -8549,8 +8549,9 @@ struct ConfigInfo image_config[] =
   { "game.panel.inventory_count.y",            "89"                    },
   { "game.panel.inventory_count.align",                "center"                },
   { "game.panel.inventory_count.valign",       "top"                   },
-  { "game.panel.inventory_count.digits",       "3"                     },
+  { "game.panel.inventory_count.digits",       "-1"                    },
   { "game.panel.inventory_count.font",         "font.text_2"           },
+  { "game.panel.inventory_count.font_narrow",  "font.text_1"           },
   { "game.panel.inventory_count.draw_masked",  "true"                  },
   { "game.panel.inventory_count.draw_order",   "0"                     },
   { "game.panel.inventory_count.class",                "none"                  },