forked from Simnation/Main
23 lines
258 B
Lua
23 lines
258 B
Lua
![]() |
Config = {}
|
||
|
|
||
|
Config.MaxRopeLength = 20.0
|
||
|
|
||
|
Config.SupportedBoats = {
|
||
|
`dinghy`,
|
||
|
`dinghy2`,
|
||
|
`dinghy3`,
|
||
|
`dinghy4`,
|
||
|
`rboatrb`,
|
||
|
`toro`,
|
||
|
`toro2`,
|
||
|
`speeder`,
|
||
|
`speeder2`,
|
||
|
`tropic`,
|
||
|
`tropic2`,
|
||
|
`jetmax`,
|
||
|
`suntrap`,
|
||
|
`squalo`,
|
||
|
`longfin`,
|
||
|
|
||
|
|
||
|
}
|