Add various item info
This commit is contained in:
@@ -43,7 +43,12 @@ equipItemSPic et _ = case et of
|
||||
JETPACK ->
|
||||
(,) emptySH $
|
||||
setDepth 20 $
|
||||
pictures [color yellow $ polygon $ reverse $ rectNSWE 5 (-5) (-11) (-3)]
|
||||
pictures [color yellow $ polygon $ reverse $ rectNSWE 5 (-5) (-4) (-4)]
|
||||
FUELPACK ->
|
||||
(,) emptySH $
|
||||
setDepth 20 $
|
||||
--pictures [color yellow $ polygon $ reverse $ rectNSWE 5 (-5) (-11) (-3)]
|
||||
pictures [color yellow $ polygon $ reverse $ polyCirc 3 5]
|
||||
AUTODETECTOR dt -> noPic (colorSH (detectorColor dt) $ upperPrismPoly 3 $ rectWH 2 2)
|
||||
|
||||
leftItemSPic :: LeftItemType -> Item -> SPic
|
||||
|
||||
Reference in New Issue
Block a user