]> git.sesse.net Git - ultimatescore/blobdiff - nageru/ultimate.lua
Switch to 1080p.
[ultimatescore] / nageru / ultimate.lua
index 3f51fd87379f921e3509422a6b6146d9f4b53032..776a7d1b3b53612cd2ca3b79693d0e9c2f873fe2 100644 (file)
@@ -51,7 +51,7 @@ local cef_path = Nageru.THEME_PATH:match("(.*)/nageru/")
 local cef_input = HTMLInput.new("file://" .. cef_path .. "/score.html")
 cef_input:execute_javascript_async("play()")
 
-local bg_video = VideoInput.new(cef_path .. "/flow-720.mp4", Nageru.VIDEO_FORMAT_YCBCR)
+local bg_video = VideoInput.new(cef_path .. "/flow-1080.mp4", Nageru.VIDEO_FORMAT_YCBCR)
 
 function reload_cef()
        cef_input:reload()
@@ -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(cef_path .. "/nageru/dsn-bg.png"))
+               input = chain:add_effect(ImageInput.new(cef_path .. "/nageru/dsn-bg-1080.png"))
                last = input
        end