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,
|
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,
|
||||||
|
Loading…
Reference in New Issue
Block a user