From 8e9c64253be3d40d92ad4fdbd631278b72b26089 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 2 Oct 2021 10:42:02 +0200 Subject: [PATCH] =?utf8?q?Tr=C3=B8ndisk=20theming.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- nageru/ultimate.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2