]> git.sesse.net Git - ultimatescore/commitdiff
Revert "Switch to 1080p."
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 8 Apr 2018 11:42:06 +0000 (13:42 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 8 Apr 2018 11:42:06 +0000 (13:42 +0200)
This reverts commit 418c5992f632cda9f3cea73803cc1fc324e96246.

foul-1080.png [deleted file]
nageru/dsn-bg-1080.png [deleted file]
nageru/ultimate.lua
out-1080.png [deleted file]
pick-1080.png [deleted file]
score.css
stall-1080.png [deleted file]
travel-1080.png [deleted file]

diff --git a/foul-1080.png b/foul-1080.png
deleted file mode 100644 (file)
index a1acaa0..0000000
Binary files a/foul-1080.png and /dev/null differ
diff --git a/nageru/dsn-bg-1080.png b/nageru/dsn-bg-1080.png
deleted file mode 100644 (file)
index a67f07e..0000000
Binary files a/nageru/dsn-bg-1080.png and /dev/null differ
index 776a7d1b3b53612cd2ca3b79693d0e9c2f873fe2..3f51fd87379f921e3509422a6b6146d9f4b53032 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-1080.mp4", Nageru.VIDEO_FORMAT_YCBCR)
+local bg_video = VideoInput.new(cef_path .. "/flow-720.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-1080.png"))
+               input = chain:add_effect(ImageInput.new(cef_path .. "/nageru/dsn-bg.png"))
                last = input
        end
 
diff --git a/out-1080.png b/out-1080.png
deleted file mode 100644 (file)
index 84b6652..0000000
Binary files a/out-1080.png and /dev/null differ
diff --git a/pick-1080.png b/pick-1080.png
deleted file mode 100644 (file)
index f95e1a1..0000000
Binary files a/pick-1080.png and /dev/null differ
index 5d032e8d5d5fda1bec835fa0b44d62fc6ca24bf3..69d6f32627d8704410df1deedcd6dbe87e50ab4a 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
deleted file mode 100644 (file)
index 10a989b..0000000
Binary files a/stall-1080.png and /dev/null differ
diff --git a/travel-1080.png b/travel-1080.png
deleted file mode 100644 (file)
index bd40d17..0000000
Binary files a/travel-1080.png and /dev/null differ