Merge branch 'pfau/new_bg' into 'master'

New login-screen bg image

See merge request veloren/veloren!3214
This commit is contained in:
Marcel 2022-02-17 16:08:37 +00:00
commit b8cb7c783d
3 changed files with 7 additions and 3 deletions

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)

Binary file not shown.

View File

@ -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 {