move chat box to bottom left
This commit is contained in:
parent
da7a646a1e
commit
d63ad5b0d7
|
@ -237,12 +237,12 @@ fn setup(
|
|||
),
|
||||
]).with_style(Style {
|
||||
position_type: PositionType::Absolute,
|
||||
top: Val::VMin(2.0),
|
||||
right: Val::VMin(6.0),
|
||||
bottom: Val::VMin(2.0),
|
||||
left: Val::VMin(4.0),
|
||||
//bottom: Val::VMin(40.0),
|
||||
//left: Val::VMin(30.0),
|
||||
..default()
|
||||
}).with_text_justify(JustifyText::Right);
|
||||
}).with_text_justify(JustifyText::Left);
|
||||
commands.spawn((
|
||||
bundle_chatbox,
|
||||
ChatText,
|
||||
|
|
|
@ -28,7 +28,7 @@ impl Default for Settings {
|
|||
fn default() -> Self {
|
||||
Settings {
|
||||
mute_sfx: false,
|
||||
mute_music: false,
|
||||
mute_music: true,
|
||||
volume_sfx: 100,
|
||||
volume_music: 100,
|
||||
font_size_hud: 32.0,
|
||||
|
|
Loading…
Reference in a new issue