]> git.sesse.net Git - ultimatescore/blobdiff - nageru/ultimate.lua
Replace the pause image.
[ultimatescore] / nageru / ultimate.lua
index 771a86369602dcb9eea9d04e5bef706c60578850..844a89c5ebd4e0d1c388b747d4c026b3822d9b32 100644 (file)
@@ -103,7 +103,7 @@ function make_fade_input(chain, signal, live, deint, scale)
                input:connect_signal(signal)
                last = input
        else
-               input = chain:add_effect(ImageInput.new("tfk_pause.png"))
+               input = chain:add_effect(ImageInput.new(cef_path .. "/nageru/dsn-bg.png"))
                last = input
        end
 
@@ -297,7 +297,7 @@ local static_chains = make_cartesian_product({
        {true, false}            -- hq
 }, function(hq)
        local chain = EffectChain.new(16, 9)
-       local chain_input = chain:add_effect(ImageInput.new("tfk_pause.png"))
+       local chain_input = chain:add_effect(ImageInput.new(cef_path .. "/nageru/dsn-bg.png"))
 
        chain:finalize(hq)
        return {