Fixed the table inheritance which was backwards

This commit is contained in:
2016-04-11 00:08:42 +10:00
parent 752f8f82f9
commit 8e7af9ce88
4 changed files with 25 additions and 18 deletions
+7
View File
@@ -26,6 +26,12 @@
print("Lua script check")
entityAPI = require("entity")
for k, v in pairs(entityAPI) do
print(k, v)
end
--requirements
roomManagerAPI = require("room_manager")
roomAPI = require("room")
@@ -114,3 +120,4 @@ roomAPI.Initialize(underworld, mapSaver.Load, mapSaver.Save, mapMaker.DebugGrass
--call the monstrosity
doorUtility.CreateDoorPair("pair 1", overworld, -64, -64, underworld, 64, 64)