Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 5acfbc7

Browse files
committed
Added value to measure distance travelled in one frame at a certain velocity
1 parent 594caf5 commit 5acfbc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Base.rte/Constants.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ rte.StartingFundsScale = 1.0;
2121
rte.PassengerMax = 3; -- Deprecated. Use 'Craft.MaxPassengers' instead
2222
rte.DiggersRate = 0.4
2323
rte.MetabaseArea = "MetabaseServiceArea"
24+
rte.PxPerFrame = FrameMan.PPM * TimerMan.DeltaTimeSecs;
2425

2526
-- Materials
2627
rte.airID = 0;

0 commit comments

Comments
 (0)