From: Steinar H. Gunderson Date: Sun, 18 Mar 2018 13:00:43 +0000 (+0100) Subject: Replace the pause image. X-Git-Url: https://git.sesse.net/?p=ultimatescore;a=commitdiff_plain;h=5d032bd8dcbaf7f22cbd628c4f39450ed1b01280 Replace the pause image. --- diff --git a/dsn-logo.svg b/dsn-logo.svg new file mode 100644 index 0000000..13bbe85 --- /dev/null +++ b/dsn-logo.svg @@ -0,0 +1,237 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + DISKSPORT + + + NORGE + diff --git a/nageru/dsn-bg.png b/nageru/dsn-bg.png new file mode 100644 index 0000000..fbbfd9d Binary files /dev/null and b/nageru/dsn-bg.png differ diff --git a/nageru/ultimate.lua b/nageru/ultimate.lua index 771a863..844a89c 100644 --- a/nageru/ultimate.lua +++ b/nageru/ultimate.lua @@ -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 {