]> git.sesse.net Git - ultimatescore/commitdiff
Enable ESK assets for US4.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 16 Feb 2020 10:16:55 +0000 (11:16 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 16 Feb 2020 10:16:55 +0000 (11:16 +0100)
nageru/ultimate.lua
score.scss

index e28d07f6d4793016a07a521c03b12ef6de5bd601..0c2fe3210a4d0410718bf98857341734c0b0e968 100644 (file)
@@ -197,7 +197,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/blur" .. string.rep("0", 3 - string.len(tostring(idx))) .. idx .. ".png"
+       local filename = cef_path .. "/stinger/esk-blur" .. string.rep("0", 3 - string.len(tostring(idx))) .. idx .. ".png"
        stinger_images[idx] = ImageInput.new(filename)
 end
 
index ca6e177cc1f010a86c577a4b87fdf35602df61c2..6f33fa36434cdcbdf14a882778a0e7f3853425d6 100644 (file)
@@ -1,4 +1,4 @@
-$trondisk: true;
+$trondisk: false;
 
 * {
   box-sizing: border-box;