Move side effects into world (may be slower)

This commit is contained in:
2021-09-08 18:48:16 +01:00
parent 235e94cecb
commit 04e5b9b39f
6 changed files with 41 additions and 3 deletions
+1
View File
@@ -109,6 +109,7 @@ data World = World
, _lClickHammer :: HammerPosition
, _radDistortion :: [(Point2,Point2,Point2,Float)]
, _gameRooms :: [GameRoom]
, _preloadData :: PreloadData SoundOrigin
}
data OptionScreenFlag = NormalOptions | GameOverOptions
data ScreenLayer