Adjusted the README and tweaked some notes

This commit is contained in:
Kayne Ruse
2014-05-19 20:04:17 +10:00
parent bb6e248583
commit 6a6e7f7125
3 changed files with 32 additions and 67 deletions
+12 -3
View File
@@ -1,4 +1,8 @@
print("Lua script check OK (./rsc)")
print("Lua script check (./rsc)")
-------------------------
--Map API overrides
-------------------------
function map.create(region)
for i = 1, map.getregionwidth() do
@@ -16,12 +20,17 @@ function map.unload(region)
--
end
--return true if file loaded, otherwise return false
function map.load(region, dir)
--
--return true if file loaded, otherwise return false
return false
end
function map.save(region, dir)
--
end
-------------------------
--Enemy API
-------------------------
--TODO