New login-screen bg image

This commit is contained in:
Monty Marz 2022-02-17 16:08:37 +00:00 committed by Marcel
parent 0b16205e70
commit 9ca1693ef8
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 {