mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
New login-screen bg image
This commit is contained in:
parent
0b16205e70
commit
9ca1693ef8
BIN
assets/voxygen/background/bg_14.jpg
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/background/bg_14.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/background/bg_main.jpg
(Stored with Git LFS)
BIN
assets/voxygen/background/bg_main.jpg
(Stored with Git LFS)
Binary file not shown.
@ -57,7 +57,7 @@ image_ids_ice! {
|
||||
}
|
||||
|
||||
// Randomly loaded background images
|
||||
const BG_IMGS: [&str; 13] = [
|
||||
const BG_IMGS: [&str; 14] = [
|
||||
"voxygen.background.bg_1",
|
||||
"voxygen.background.bg_2",
|
||||
"voxygen.background.bg_3",
|
||||
@ -71,6 +71,7 @@ const BG_IMGS: [&str; 13] = [
|
||||
"voxygen.background.bg_11",
|
||||
"voxygen.background.bg_12",
|
||||
"voxygen.background.bg_13",
|
||||
"voxygen.background.bg_14",
|
||||
];
|
||||
|
||||
pub enum Event {
|
||||
|
Loading…
Reference in New Issue
Block a user