summaryrefslogtreecommitdiff
path: root/boost_cart/settingtypes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'boost_cart/settingtypes.txt')
-rw-r--r--boost_cart/settingtypes.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/boost_cart/settingtypes.txt b/boost_cart/settingtypes.txt
new file mode 100644
index 0000000..d64d88a
--- /dev/null
+++ b/boost_cart/settingtypes.txt
@@ -0,0 +1,6 @@
+# Maximal speed of the cart in m/s (min=1, max=100)
+boost_cart.speed_max (Maximal speed) int 10 1 100
+
+# Maximal speed to which the driving player can accelerate the cart by punching
+# from inside the cart. -1 will disable this feature. (min=-1, max=100)
+boost_cart.punch_speed_max (Maximal punch speed) int 7 -1 100 \ No newline at end of file