Add sound to FC splash.

This commit is contained in:
ListenerJubatus
2018-08-24 20:51:45 -06:00
parent cd3f0ec4b6
commit b95ca3e272
2 changed files with 8 additions and 8 deletions
@@ -131,13 +131,13 @@ t[#t+1] = LoadActor(THEME:GetPathG("FullCombo", "W3 text")) .. {
};
-- Sound
-- t[#t+1] = LoadActor("_splash") .. {
-- OffCommand=function(self)
-- local fct = STATSMAN:GetCurStageStats():GetPlayerStageStats(pn);
-- if fct:FullCombo() then
-- self:play();
-- end;
-- end;
-- };
t[#t+1] = LoadActor("_bolt") .. {
OffCommand=function(self)
local fct = STATSMAN:GetCurStageStats():GetPlayerStageStats(pn);
if fct:FullCombo() then
self:play();
end;
end;
};
return t;