Reorganise modules. Broken layout-- to be diagnosed
This commit is contained in:
@@ -245,7 +245,6 @@ startCr = defaultCreature
|
||||
, _crDir = 0
|
||||
, _crID = 0
|
||||
, _crPict = basicCrPict $ greyN 0.8
|
||||
|
||||
, _crUpdate = stateUpdate yourControl
|
||||
, _crRad = 10
|
||||
, _crMass = 10
|
||||
@@ -275,21 +274,6 @@ startCr = defaultCreature
|
||||
,poisonSprayer
|
||||
]
|
||||
++ repeat NoItem))
|
||||
-- startInv
|
||||
-- ([pistol,flameGrenade, teslaGrenade, autoGun,launcher,flameLauncher, poisonLauncher, teslaLauncher, lasGun,grenade
|
||||
-- ,ltAutoGun,flamer,multGun,spreadGun,remoteLauncher
|
||||
-- ,longGun
|
||||
-- ,hvAutoGun
|
||||
-- ,teslaGun
|
||||
-- ,latchkey 0
|
||||
-- ,miniGun
|
||||
-- ,medkit 50
|
||||
-- ,bezierGun
|
||||
-- ,poisonSprayer
|
||||
-- ,blinkGun
|
||||
-- ]
|
||||
-- ++ repeat NoItem))
|
||||
-- -- startInv
|
||||
, _crCorpse = onLayer CorpseLayer $ color (greyN 0.5) $ pictures [color (greyN 0.8) $ circleSolid 10, circLine 10]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user