More cleverly set maximum view distance for rectangular window sizes

This commit is contained in:
2022-06-26 11:30:02 +01:00
parent 15b98e38ac
commit 6c571d1878
7 changed files with 27 additions and 28 deletions
+2 -1
View File
@@ -108,7 +108,8 @@ defaultWorld = World
, _genRooms = IM.empty
, _deathDelay = Nothing
, _testFloat = 0
, _boundBox = square 1000
, _boundBox = square 100
, _boundDist = (100,-100,100,-100)
}
youLight :: TempLightSource
youLight = TLS