mirror of
https://github.com/dvdvideo1234/TrackAssemblyTool.git
synced 2025-03-04 03:13:32 -05:00
Updated: Ignore files when publishing
This commit is contained in:
parent
57b438073c
commit
f653546a13
4
.workshop
Normal file
4
.workshop
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
WSID:287012681
|
||||||
|
REPO:TrackAssemblyTool
|
||||||
|
ADDN:trackassembly
|
||||||
|
DATA:(lua resource)
|
@ -3,4 +3,6 @@
|
|||||||
.github
|
.github
|
||||||
.gitattributes
|
.gitattributes
|
||||||
.gitignore
|
.gitignore
|
||||||
|
.workshop
|
||||||
|
.tgitconfig
|
||||||
data
|
data
|
||||||
|
@ -93,7 +93,7 @@ local asmlib = trackasmlib; if(not asmlib) then -- Module present
|
|||||||
------------ CONFIGURE ASMLIB ------------
|
------------ CONFIGURE ASMLIB ------------
|
||||||
|
|
||||||
asmlib.InitBase("track","assembly")
|
asmlib.InitBase("track","assembly")
|
||||||
asmlib.SetOpVar("TOOL_VERSION","8.700")
|
asmlib.SetOpVar("TOOL_VERSION","8.701")
|
||||||
asmlib.SetIndexes("V" ,1,2,3)
|
asmlib.SetIndexes("V" ,1,2,3)
|
||||||
asmlib.SetIndexes("A" ,1,2,3)
|
asmlib.SetIndexes("A" ,1,2,3)
|
||||||
asmlib.SetIndexes("WV",1,2,3)
|
asmlib.SetIndexes("WV",1,2,3)
|
||||||
|
Loading…
Reference in New Issue
Block a user