From: Steinar H. Gunderson Date: Sat, 2 Oct 2021 08:42:02 +0000 (+0200) Subject: Trøndisk theming. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;ds=sidebyside;h=8e9c64253be3d40d92ad4fdbd631278b72b26089;p=ultimatescore Trøndisk theming. --- diff --git a/nageru/ultimate.lua b/nageru/ultimate.lua index c0ebc95..ad67ed6 100644 --- a/nageru/ultimate.lua +++ b/nageru/ultimate.lua @@ -60,7 +60,7 @@ local bg_video = VideoInput.new(cef_path .. "/flow-720.mp4", Nageru.VIDEO_FORMAT local iptv_video = VideoInput.new(futatabi_server, Nageru.VIDEO_FORMAT_YCBCR) iptv_video:change_rate(10.0) -local static_image = ImageInput.new(cef_path .. "/nageru/dsn-bg.png") +local static_image = ImageInput.new(cef_path .. "/nageru/tfk_pause.png") local first_frame = true local multiviewer_enabled = false @@ -202,7 +202,7 @@ local simple_scene = make_simple_scene() -- Load all the stinger frames. local stinger_images = {} for idx=0,24 do - local filename = cef_path .. "/stinger/esk-blur" .. string.rep("0", 3 - string.len(tostring(idx))) .. idx .. ".png" + local filename = cef_path .. "/stinger/blur" .. string.rep("0", 3 - string.len(tostring(idx))) .. idx .. ".png" stinger_images[idx] = ImageInput.new(filename) end