Finished manual gearbox

This commit is contained in:
Ivan Grachyov
2021-11-11 22:16:33 +05:00
parent f55c30c4d3
commit d73f424d7f
15 changed files with 588 additions and 62 deletions

View File

@@ -1,7 +1,7 @@
-- @include ./base.txt
require("./base.txt")
require('./base.txt')
CVT = class("CVT")
CVT = class('CVT')
function CVT:initialize(options)
options = options or {}