]> Dogcows Code - chaz/yoink/blobdiff - data/scenes/Classic.lua
script API improvements
[chaz/yoink] / data / scenes / Classic.lua
index 75ea02a54c99777b02e3e60585403f30ca4da6d4..2d00a67755fd2fd41d7ae2d57beba36e9a3465ac 100644 (file)
@@ -5,11 +5,6 @@ LogInfo("-----",
                "Converted to Lua by Charles McGarvey",
                "-----")
 
---for key,value in pairs(_G) do print(key, value) end
-meh = Blah:new()
-meh:sayHello()
-print(meh:myStr(3.1415))
-
 -- Scene API:
 --
 -- Functions:
@@ -26,8 +21,7 @@ print(meh:myStr(3.1415))
 -- detail - level of detail of the scene (HIGH, MEDIUM, or LOW)
 
 
-SetBounds({-5, 0, -6}, {45, 15, 7})
-
+SetBounds({-5, 0, -6}, {45, 15, 4})
 
 -- Left end tower block
 -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This page took 0.019253 seconds and 4 git commands to generate.