diff --git a/Example/Lua/testmod/autorun/test.lua b/Example/Lua/testmod/autorun/test.lua new file mode 100644 index 000000000..e75154b7c --- /dev/null +++ b/Example/Lua/testmod/autorun/test.lua @@ -0,0 +1 @@ +print("hello world") \ No newline at end of file diff --git a/Example/readme.md b/Example/readme.md new file mode 100644 index 000000000..427540063 --- /dev/null +++ b/Example/readme.md @@ -0,0 +1 @@ +# To run the example you need to put the Lua folder in your Barotrauma folder \ No newline at end of file