idol tsumabuki and minor patches

This commit is contained in:
gskbladez 2021-10-09 13:05:29 -04:00
parent ad74b90841
commit 49daad5524
2 changed files with 2 additions and 2 deletions

View File

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

View File

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