Add looping sound, add sound to terminals
This commit is contained in:
@@ -53,8 +53,8 @@ damageUsing dt dm
|
||||
| otherwise = Right 0
|
||||
|
||||
sensorSPic :: Float -> (PaletteColor,DecorationShape) -> Machine -> SPic
|
||||
sensorSPic wdth (pc,ds) _ = ( (colorSH yellow $ upperPrismPoly 25 (square wdth))
|
||||
<> decorationToShape ds wdth wdth 25 col col
|
||||
, mempty )
|
||||
sensorSPic wdth (pc,ds) _ = noPic
|
||||
$ colorSH yellow (upperPrismPoly 25 (square wdth))
|
||||
<> decorationToShape ds wdth wdth 25 col col
|
||||
where
|
||||
col = paletteToColor pc
|
||||
|
||||
Reference in New Issue
Block a user