From ee626519175c644d3eeb042492a34b05208de12f Mon Sep 17 00:00:00 2001 From: RealFD Date: Fri, 22 Oct 2021 19:24:47 +0200 Subject: [PATCH] +working --- scripts/result.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/result.lua b/scripts/result.lua index 3be5549..f296b7b 100644 --- a/scripts/result.lua +++ b/scripts/result.lua @@ -84,7 +84,7 @@ local clearBadgeImages = { -- ANIMS local idolAnimation = gfx.LoadSkinAnimation('idol', 1 / 30, 0, true); -- added new -local RightPanelAni = gfx.LoadSkinAnimation("result/diagonalanims", 1 / 30, 0, true) +local RightPanelAni = gfx.LoadSkinAnimation("result/diagonal anims", 1 / 30, 0, true) -- local transitionEnterScale = 0; local idolAnimTransitionScale = 0;