mirror of
https://github.com/shadowscion/TankTrackTool.git
synced 2025-03-04 03:03:06 -05:00
Update shared.lua
This commit is contained in:
parent
a62f84f274
commit
86ad18f127
@ -38,7 +38,7 @@ netvar:var( "trackGrouser", "Float", { min = 0, max = 1, def = 0, title = "grous
|
||||
|
||||
netvar:category( "Wheels" )
|
||||
netvar:var( "wheelSprocket", "Int", { min = 1, max = 250, def = 1, title = "sprocket id", help = "controls which wheel scrolls the tracks" } )
|
||||
netvar:var( "scrollMod", "Float", { min = 0, max = 2, def = 1, title = "scroll speed", help = "multiplier for track scroll speed" } )
|
||||
netvar:var( "scrollMod", "Float", { min = 0, max = 2, def = 1, title = "scroll speed", help = "divisor for track scroll speed" } )
|
||||
netvar:var( "wheelRadius", "Float", { min = -250, max = 250, def = 0, title = "offset wheel radius" } )
|
||||
netvar:var( "rollerRadius", "Float", { min = -250, max = 250, def = 0, title = "offset roller radius" } )
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user