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