Runtime broken level generation
This commit is contained in:
@@ -161,12 +161,12 @@ defaultButton = Button
|
||||
, _btState = BtOff
|
||||
}
|
||||
defaultPT = Projectile
|
||||
{ _ptPos = (0,0)
|
||||
, _ptStartPos = (0,0)
|
||||
, _ptVel = (0,0)
|
||||
, _ptPict = blank
|
||||
, _ptID = 0
|
||||
, _ptUpdate = id
|
||||
{ _pjPos = (0,0)
|
||||
, _pjStartPos = (0,0)
|
||||
, _pjVel = (0,0)
|
||||
, _pjPict = blank
|
||||
, _pjID = 0
|
||||
, _pjUpdate = id
|
||||
}
|
||||
defaultPP = PressPlate
|
||||
{ _ppPict = onLayer PressPlateLayer $ color (dim $ dim $ bright $ blue) $ circleSolid 5
|
||||
|
||||
Reference in New Issue
Block a user