Remove separate wall color, should be handled by material type

This commit is contained in:
2025-10-23 21:27:14 +01:00
parent 819f0d37ea
commit 3c6d269d00
24 changed files with 136 additions and 123 deletions
+4 -2
View File
@@ -57,7 +57,8 @@ twinSlowDoorRoom w h x =
, _rmViewpoints = [V2 0 h]
}
where
thewall = switchWallCol red
--thewall = switchWallCol red
thewall = defaultSwitchWall
wlSpeed = 0.5
addColorChange lsid drid =
over prUpdate $
@@ -129,7 +130,8 @@ addButtonSlowDoor x h rm = do
.++~ [MountedLS (fromJust $ _plMID plls), MountedProp (fromJust $ _plMID plpr)]
-- TODO make the height of this light source and of other mounted lights
-- be taken from a single consistent source
thewall = switchWallCol red
--thewall = switchWallCol red
thewall = defaultSwitchWall
butDoor = putLitButOnPos
col
(rprBool (isUnusedLnkType InLink))