* compress idol animations

This commit is contained in:
FajsiEx 2021-08-15 19:56:46 +02:00
parent bdf7c2a2ab
commit f1199e60ef
2 changed files with 2 additions and 2 deletions

View File

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

View File

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