tweak the transponder win distance

This commit is contained in:
Evan Pratten 2021-04-26 14:06:13 -04:00
parent 3fbb50f985
commit e9583a7266

View File

@ -323,7 +323,7 @@ impl Screen for InGameScreen {
.world
.end_position
.distance_to(game_core.player.position)
<= 70.0
<= 40.0
{
return Some(GameState::WinGame);
}