blob: d950bbbbc2c65d4bc36ac702e4a1d3033b4d9c77 (
plain)
1
2
3
4
5
6
7
8
|
# Initial speed of the box
elevator_speed (Initial elevator speed) float 10
# Acceleration of the box
elevator_accel (Elevator acceleration) float 0.1
# Maximum time a box can go without players nearby.
elevator_time (Maximum idle time without players) int 120
|