Added the scripts directory to lua's path
This will allow modules.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
local mapMaker = {}
|
||||
|
||||
function mapMaker.foo()
|
||||
print("--> Hello map maker! <--")
|
||||
end
|
||||
|
||||
return mapMaker
|
||||
Reference in New Issue
Block a user