mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'login-bg-for-0.3' into 'master'
0.3. login bg See merge request veloren/veloren!386
This commit is contained in:
commit
dbf3ea6694
BIN
assets/voxygen/background/bg_main.png
(Stored with Git LFS)
BIN
assets/voxygen/background/bg_main.png
(Stored with Git LFS)
Binary file not shown.
@ -1048,7 +1048,7 @@ impl Server {
|
||||
None => {
|
||||
self.clients.notify(
|
||||
entity,
|
||||
ServerMsg::chat(format!(
|
||||
ServerMsg::private(format!(
|
||||
"Unrecognised command: '/{}'\ntype '/help' for a list of available commands",
|
||||
kwd
|
||||
)),
|
||||
|
@ -149,10 +149,10 @@ impl MainMenuUi {
|
||||
.set(self.ids.bg, ui_widgets);
|
||||
Image::new(self.imgs.v_logo)
|
||||
.w_h(123.0 * 3.0, 35.0 * 3.0)
|
||||
.top_left_with_margins(30.0, 30.0)
|
||||
.top_right_with_margins(30.0, 30.0)
|
||||
.set(self.ids.v_logo, ui_widgets);
|
||||
Text::new(version)
|
||||
.top_left_with_margins_on(ui_widgets.window, 5.0, 5.0)
|
||||
.top_right_with_margins_on(ui_widgets.window, 5.0, 5.0)
|
||||
.font_size(14)
|
||||
.font_id(self.fonts.opensans)
|
||||
.color(TEXT_COLOR)
|
||||
|
Loading…
Reference in New Issue
Block a user