mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
set the inventory space test button to false by default and increased the starting inventory size to 10
This commit is contained in:
parent
b99bd4a20a
commit
50e15333cd
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user