Adjust music to new underground height

This commit is contained in:
crumblingstatue 2023-04-05 01:31:23 +02:00
parent c72b16a889
commit f18bb2e2cb

View file

@ -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;