]> git.sesse.net Git - ultimatescore/commitdiff
Switch to 1080p.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 7 Apr 2018 16:46:10 +0000 (18:46 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 7 Apr 2018 16:46:10 +0000 (18:46 +0200)
foul-1080.png [new file with mode: 0644]
nageru/dsn-bg-1080.png [new file with mode: 0644]
nageru/ultimate.lua
out-1080.png [new file with mode: 0644]
pick-1080.png [new file with mode: 0644]
score.css
stall-1080.png [new file with mode: 0644]
travel-1080.png [new file with mode: 0644]

diff --git a/foul-1080.png b/foul-1080.png
new file mode 100644 (file)
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 (file)
index 0000000..a67f07e
Binary files /dev/null and b/nageru/dsn-bg-1080.png differ
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
 
diff --git a/out-1080.png b/out-1080.png
new file mode 100644 (file)
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 (file)
index 0000000..f95e1a1
Binary files /dev/null and b/pick-1080.png differ
index e70a4d3ca20f0e29317cd1542076b3481787afa2..76f3a6c1ee32d972457c354ede93f23a3d452968 100644 (file)
--- 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 (file)
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 (file)
index 0000000..bd40d17
Binary files /dev/null and b/travel-1080.png differ