mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-14 19:55:02 +01:00
Adjust music to new underground height
This commit is contained in:
parent
c72b16a889
commit
f18bb2e2cb
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ impl App {
|
|||
t.bg = self.game.tile_to_place;
|
||||
}
|
||||
}
|
||||
if self.game.camera_offset.y > 134217712 {
|
||||
if self.game.camera_offset.y > 643_000 {
|
||||
self.game.current_biome = Biome::Underground;
|
||||
} else {
|
||||
self.game.current_biome = Biome::Surface;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue