Implement different door speeds
This commit is contained in:
@@ -7,7 +7,7 @@ defaultDoor =
|
||||
Door
|
||||
{ _drID = 0
|
||||
, _drTrigger = WdBlConst False
|
||||
, _drUpdate = DoorDoNothing
|
||||
, _drUpdate = DoorLerp 1
|
||||
, _drZeroPos = (0, 0)
|
||||
, _drOnePos = (0, 0)
|
||||
, _drLerp = 0
|
||||
|
||||
Reference in New Issue
Block a user