/ idol anims back to 30fps

This commit is contained in:
FajsiEx 2021-10-07 19:15:00 +02:00
parent ad74b90841
commit 14fb8bfc96
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ local clearBadgeImages = {
}
-- ANIMS
local idolAnimation = gfx.LoadSkinAnimation('idol', 1 / 60, 0, true);
local idolAnimation = gfx.LoadSkinAnimation('idol', 1 / 30, 0, true);
local transitionEnterScale = 0;
local idolAnimTransitionScale = 0;

View File

@ -41,7 +41,7 @@ local settingsLabelImage = gfx.CreateSkinImage(
local exitLabelImage = gfx.CreateSkinImage('titlescreen/labels/exit.png', 0);
-- ANIMS
local idolAnimation = gfx.LoadSkinAnimation('idol', 1 / 60, 0, true);
local idolAnimation = gfx.LoadSkinAnimation('idol', 1 / 30, 0, true);
-- AUDIO
game.LoadSkinSample('titlescreen/bgm.wav');