7 lines
192 B
Lua
7 lines
192 B
Lua
if not TowBarMod then TowBarMod = {} end
|
|
if not TowBarMod.Config then TowBarMod.Config = {} end
|
|
|
|
TowBarMod.Config.lowLevelAnimation = "RemoveGrass"
|
|
TowBarMod.Config.rigidTowbarDistance = 1.0
|
|
|