mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Dungeon fixes
This commit is contained in:
parent
e535537106
commit
71710fb091
BIN
assets/world/structure/dungeon/ruins_maze.vox
(Stored with Git LFS)
BIN
assets/world/structure/dungeon/ruins_maze.vox
(Stored with Git LFS)
Binary file not shown.
@ -43,12 +43,12 @@ lazy_static! {
|
||||
assets::load_map(
|
||||
"world.structure.dungeon.meso_sewer_temple",
|
||||
|s: Structure| s
|
||||
.with_center(Vec3::new(66, 56, 60))
|
||||
.with_center(Vec3::new(63, 62, 60))
|
||||
.with_default_kind(BlockKind::Dense)
|
||||
)
|
||||
.unwrap(),
|
||||
assets::load_map("world.structure.dungeon.ruins_maze", |s: Structure| s
|
||||
.with_center(Vec3::new(56, 62, 116))
|
||||
.with_center(Vec3::new(60, 60, 116))
|
||||
.with_default_kind(BlockKind::Dense))
|
||||
.unwrap(),
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user