Implement different door speeds

This commit is contained in:
2025-10-25 09:57:13 +01:00
parent 3f5f5d2c6b
commit c2cc38a642
7 changed files with 72 additions and 89 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ defaultDoor =
Door
{ _drID = 0
, _drTrigger = WdBlConst False
, _drUpdate = DoorDoNothing
, _drUpdate = DoorLerp 1
, _drZeroPos = (0, 0)
, _drOnePos = (0, 0)
, _drLerp = 0