mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Sloped wall tops
This commit is contained in:
parent
25d6ab03aa
commit
c433ef36d7
BIN
assets/world/module/wall/end_top.vox
(Stored with Git LFS)
BIN
assets/world/module/wall/end_top.vox
(Stored with Git LFS)
Binary file not shown.
@ -348,7 +348,7 @@ impl TownVol {
|
||||
for wall in walls.iter() {
|
||||
let col = self.col(*wall).unwrap();
|
||||
let ground = col.ground;
|
||||
for z in -1..2 {
|
||||
for z in -1..3 {
|
||||
self.set(Vec3::new(wall.x, wall.y, ground + z), CellKind::Wall.into());
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user