Cleanup combining code, flatten modules
This commit is contained in:
@@ -103,8 +103,8 @@ drawCreature cr = case _crType cr of
|
||||
|
||||
lampCrSPic :: Float -> SPic
|
||||
lampCrSPic h =
|
||||
( colorSH blue . upperBox Small Typical h $ rectWH 5 5)
|
||||
:!: (setLayer BloomLayer (setDepth h . color white $ circleSolid 3))
|
||||
colorSH blue (upperBox Small Typical h $ rectWH 5 5)
|
||||
:!: setLayer BloomLayer (setDepth h . color white $ circleSolid 3)
|
||||
|
||||
picAtCrPos1 :: Picture -> Creature -> SPic
|
||||
--{-# INLINE picAtCrPos #-}
|
||||
|
||||
Reference in New Issue
Block a user