Tweaked debug map generator scripts

This commit is contained in:
2016-03-22 07:04:11 +11:00
parent 12f86f22de
commit 1ed4f85d62
5 changed files with 19 additions and 9 deletions
+1 -1
View File
@@ -58,4 +58,4 @@ local underworld, uidTwo = roomManagerAPI.CreateRoom("underworld", "overworld.bm
roomAPI.Initialize(underworld, mapSaver.Load, mapSaver.Save, mapMaker.DebugGrassland, mapSaver.Save)
--call the monstrosity
doorUtility.createDoorPair("pair 1", overworld, -64, -64, underworld, 64, 64)
doorUtility.CreateDoorPair("pair 1", overworld, -64, -64, underworld, 64, 64)