* make idol anims 60fps

This commit is contained in:
FajsiEx 2021-10-03 11:00:21 +02:00
parent 1139f475b7
commit 2a0f6b84f6
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ local clearBadgeImages = {
}
-- ANIMS
local idolAnimation = gfx.LoadSkinAnimation('idol', 1 / 30, 0, true);
local idolAnimation = gfx.LoadSkinAnimation('idol', 1 / 60, 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 / 30, 0, true);
local idolAnimation = gfx.LoadSkinAnimation('idol', 1 / 60, 0, true);
-- AUDIO
game.LoadSkinSample('titlescreen/bgm.wav');