11 lines
230 B
TOML
11 lines
230 B
TOML
|
#Base speed of the wheel
|
||
|
#Range: > 0
|
||
|
wheelBaseSpeed = 16
|
||
|
#Speed of the wheel with a gold block in front
|
||
|
#Range: > 0
|
||
|
wheelMaxSpeed = 24
|
||
|
#Stress capacity of the wheel
|
||
|
#Range: 0.0 ~ 1.7976931348623157E308
|
||
|
wheelStressCapacity = 16.0
|
||
|
|