new loading screen bg

This commit is contained in:
Pfauenauge90 2020-03-20 13:01:31 +01:00
parent 6094e4b017
commit 4f1104a417
3 changed files with 5 additions and 1 deletions

BIN
assets/voxygen/background/bg_9.png (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -104,7 +104,7 @@
),
Armor(Shoulder(Plate0)): VoxTrans(
"voxel.armor.shoulder.plate_left-0",
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
(0.0, 0.0, 0.0), (-90.0, 130.0, 0.0), 1.2,
),
//Leather0 Armor
Armor(Chest(Leather0)): VoxTrans(

View File

@ -172,6 +172,7 @@ impl MainMenuUi {
"voxygen.background.bg_6",
"voxygen.background.bg_7",
"voxygen.background.bg_8",
"voxygen.background.bg_9",
];
let mut rng = thread_rng();