From: Steinar H. Gunderson Date: Sat, 7 Apr 2018 16:46:10 +0000 (+0200) Subject: Switch to 1080p. X-Git-Url: https://git.sesse.net/?p=ultimatescore;a=commitdiff_plain;h=418c5992f632cda9f3cea73803cc1fc324e96246 Switch to 1080p. --- diff --git a/foul-1080.png b/foul-1080.png new file mode 100644 index 0000000..a1acaa0 Binary files /dev/null and b/foul-1080.png differ diff --git a/nageru/dsn-bg-1080.png b/nageru/dsn-bg-1080.png new file mode 100644 index 0000000..a67f07e Binary files /dev/null and b/nageru/dsn-bg-1080.png differ diff --git a/nageru/ultimate.lua b/nageru/ultimate.lua index 3f51fd8..776a7d1 100644 --- a/nageru/ultimate.lua +++ b/nageru/ultimate.lua @@ -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 diff --git a/out-1080.png b/out-1080.png new file mode 100644 index 0000000..84b6652 Binary files /dev/null and b/out-1080.png differ diff --git a/pick-1080.png b/pick-1080.png new file mode 100644 index 0000000..f95e1a1 Binary files /dev/null and b/pick-1080.png differ diff --git a/score.css b/score.css index e70a4d3..76f3a6c 100644 --- a/score.css +++ b/score.css @@ -10,8 +10,8 @@ body { overflow: hidden; /* 720p -> 1080p */ - /* transform: scale(1.5); - transform-origin: top left; */ + transform: scale(1.5); + transform-origin: top left; } body { font-family: 'Exo', sans-serif; diff --git a/stall-1080.png b/stall-1080.png new file mode 100644 index 0000000..10a989b Binary files /dev/null and b/stall-1080.png differ diff --git a/travel-1080.png b/travel-1080.png new file mode 100644 index 0000000..bd40d17 Binary files /dev/null and b/travel-1080.png differ