refactor directories

refactor

..

..
This commit is contained in:
spencer-ki
2022-03-24 13:21:45 -07:00
parent 543a98c559
commit 35169eafd9
86 changed files with 10901 additions and 695 deletions

6
scripts/ScriptLoader.lua Normal file
View File

@@ -0,0 +1,6 @@
--[[ This is handy for development, so that you don't need to delete and re-add the individual scripts in the ME when you make a change. These will not be packaged with the .miz, so you shouldn't use this script loader for packaging .miz files for other machines/users. You'll want to add each script individually with a DO SCRIPT FILE ]]--
assert(loadfile("C:\\RotorOps\\mist_4_4_90.lua"))()
assert(loadfile("C:\\RotorOps\\Splash_Damage_2_0.lua"))()
assert(loadfile("C:\\RotorOps\\CTLD.lua"))()
assert(loadfile("C:\\RotorOps\\RotorOps.lua"))()