Improve normal maps on ground and walls
This commit is contained in:
@@ -14,15 +14,17 @@ switchWallCol col = defaultSwitchWall & wlColor .~ col
|
||||
|
||||
defaultAutoWall :: Wall
|
||||
defaultAutoWall =
|
||||
defaultDoorWall'
|
||||
defaultDoorWall
|
||||
& wlColor .~ dim yellow
|
||||
& wlPathable .~ True
|
||||
& wlOpacity .~ Opaque 9
|
||||
|
||||
defaultSwitchWall :: Wall
|
||||
defaultSwitchWall =
|
||||
defaultDoorWall'
|
||||
defaultDoorWall
|
||||
& wlColor .~ red
|
||||
& wlPathable .~ False
|
||||
& wlOpacity .~ Opaque 0
|
||||
|
||||
defaultDoor :: Door
|
||||
defaultDoor =
|
||||
|
||||
Reference in New Issue
Block a user