Implement terminals

This commit is contained in:
2022-03-14 20:39:23 +00:00
parent 1b6f11709c
commit f16f32d9d3
30 changed files with 313 additions and 119 deletions
+1
View File
@@ -73,6 +73,7 @@ functionalUpdate cfig w = checkEndGame
. updateBlocks
. updateSeenWalls
. (youHammerPosition %~ moveHammerUp)
. updateTerminal
$ updateCloseObjects w
where
--updatedLightSources = mapMaybe (\b -> _tlsUpdate b w b) $ _tempLightSources w