{ "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" },
if (type == TYPE_INTEGER)
{
if (nr == GAME_PANEL_LEVEL_NUMBER ||
+ nr == GAME_PANEL_INVENTORY_COUNT ||
nr == GAME_PANEL_TIME)
{
boolean use_dynamic_size = (size == -1 ? TRUE : FALSE);