]> Dogcows Code - chaz/yoink/blobdiff - data/scenes/Classic.lua
testing improved runloop scheduling
[chaz/yoink] / data / scenes / Classic.lua
index 8476279e0d3aefd94ae4e7746dcc541cf35173ce..c2ca18387f1ecf01ae9d73b921faf6d522896da9 100644 (file)
@@ -68,6 +68,8 @@ Event = {}
 
 do
        local mysound = yoink.sound("Explosion")
+       --local mysound = yoink.sound()
+       --mysound:sample("Explosion")
        local count = 0
        function Event.Think()
                if count % 300 == 0 then
This page took 0.017361 seconds and 4 git commands to generate.