Reorganise modules. Broken layout-- to be diagnosed

This commit is contained in:
2021-03-27 23:36:39 +01:00
parent 88dcf7e6f1
commit bacaded2a5
7 changed files with 502 additions and 459 deletions
-16
View File
@@ -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]
}