Add flavour text, start smoke, support for different reload sounds
This commit is contained in:
@@ -142,7 +142,8 @@ startCr :: Creature
|
||||
startCr = defaultCreature
|
||||
{ _crPos = (0,0)
|
||||
, _crOldPos = (0,0)
|
||||
, _crDir = 0
|
||||
, _crDir = (pi/2)
|
||||
, _crMvDir = (pi/2)
|
||||
, _crID = 0
|
||||
, _crPict = basicCrPict black
|
||||
, _crUpdate = stateUpdate yourControl
|
||||
|
||||
Reference in New Issue
Block a user