mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-16 20:35:02 +01:00
Move unbreakable layer further down
This commit is contained in:
parent
e9e7b6246f
commit
49ce3fcbf8
1 changed files with 1 additions and 1 deletions
|
|
@ -217,7 +217,7 @@ impl Chunk {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Unbreakable layer at bottom
|
// Unbreakable layer at bottom
|
||||||
if pos.y > 780 {
|
if pos.y > 798 {
|
||||||
for b in &mut tiles {
|
for b in &mut tiles {
|
||||||
b.mid = Tile::UNBREAKANIUM;
|
b.mid = Tile::UNBREAKANIUM;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue