Keep track of seen walls in external list

This commit is contained in:
2023-01-03 22:36:44 +00:00
parent 5b4e8d75bb
commit 0b7da0489a
10 changed files with 30 additions and 727 deletions
+1
View File
@@ -110,6 +110,7 @@ defaultLWorld =
, _tractorBeams = mempty
, _linearShockwaves = mempty
, _walls = IM.empty
, _seenWalls = mempty
, _wallDamages = IM.empty
, _blocks = IM.empty
, _machines = IM.empty