set the inventory space test button to false by default and increased the starting inventory size to 10

This commit is contained in:
Pfauenauge90 2019-06-30 20:12:53 +02:00
parent b99bd4a20a
commit 50e15333cd

View File

@ -282,7 +282,7 @@ impl Hud {
fonts,
ids,
new_messages: VecDeque::new(),
inventory_space: 8,
inventory_space: 10,
show: Show {
help: false,
debug: true,
@ -291,7 +291,7 @@ impl Hud {
open_windows: Windows::None,
map: false,
ui: true,
inventory_test_button: true,
inventory_test_button: false,
mini_map: false,
settings_tab: SettingsTab::Interface,
want_grab: true,