mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Add water-based dungeons
This commit is contained in:
parent
f0e52e6002
commit
6cf5b99857
BIN
assets/world/structure/dungeon/meso_sewer_temple.vox
(Stored with Git LFS)
Normal file
BIN
assets/world/structure/dungeon/meso_sewer_temple.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/world/structure/dungeon/ruins_maze.vox
(Stored with Git LFS)
Normal file
BIN
assets/world/structure/dungeon/ruins_maze.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -37,6 +37,14 @@ lazy_static! {
|
||||
assets::load_map("world.structure.dungeon.ruins_3", |s: Structure| s
|
||||
.with_center(Vec3::new(58, 45, 72)))
|
||||
.unwrap(),
|
||||
assets::load_map(
|
||||
"world.structure.dungeon.meso_sewer_temple",
|
||||
|s: Structure| s.with_center(Vec3::new(66, 56, 60))
|
||||
)
|
||||
.unwrap(),
|
||||
assets::load_map("world.structure.dungeon.ruins_maze", |s: Structure| s
|
||||
.with_center(Vec3::new(56, 62, 116)))
|
||||
.unwrap(),
|
||||
];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user