From: Steinar H. Gunderson Date: Sun, 16 Feb 2020 10:16:55 +0000 (+0100) Subject: Enable ESK assets for US4. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=89ce882bfdbfd62077b6220ce3c16904359f01eb;p=ultimatescore Enable ESK assets for US4. --- diff --git a/nageru/ultimate.lua b/nageru/ultimate.lua index e28d07f..0c2fe32 100644 --- a/nageru/ultimate.lua +++ b/nageru/ultimate.lua @@ -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 diff --git a/score.scss b/score.scss index ca6e177..6f33fa3 100644 --- a/score.scss +++ b/score.scss @@ -1,4 +1,4 @@ -$trondisk: true; +$trondisk: false; * { box-sizing: border-box;