]> Dogcows Code - chaz/yoink/blobdiff - data/scenes/Classic.lua
fixed documentation about where to find licenses
[chaz/yoink] / data / scenes / Classic.lua
index 8476279e0d3aefd94ae4e7746dcc541cf35173ce..c60f68b5987c1180e1c67ca5aad9c7eb8d893822 100644 (file)
@@ -21,7 +21,7 @@ LogInfo("-----",
 -- detail - level of detail of the scene (HIGH, MEDIUM, or LOW)
 
 
-SetBounds({-5, 0, -6}, {45, 15, 4})
+--SetBounds({-5, 0, -6}, {45, 15, 4})
 
 
 --geometry = yoink.mesh("classic.ac")
@@ -68,10 +68,13 @@ Event = {}
 
 do
        local mysound = yoink.sound("Explosion")
+       mysound = yoink.sound()
+       mysound:sample("Pop")
        local count = 0
        function Event.Think()
                if count % 300 == 0 then
-                       --mysound:play()
+                       mysound:play()
+                       LogDebug("Hello world!")
                end
                count = count + 1
        end
This page took 0.020665 seconds and 4 git commands to generate.