go to game over instead of eval summary; add select menu sounds.

This commit is contained in:
Jonathan Payne
2011-08-20 19:24:20 -07:00
parent 7db126d138
commit f4f457cd0a
3 changed files with 16 additions and 4 deletions
@@ -242,4 +242,14 @@ t[#t+1] = StandardDecorationFromFileOptional("SongOptions","SongOptionsText") ..
ShowEnteringOptionsCommand=THEME:GetMetric(Var "LoadingScreen","SongOptionsEnterCommand");
HidePressStartForOptionsCommand=THEME:GetMetric(Var "LoadingScreen","SongOptionsHideCommand");
};
-- Sounds
t[#t+1] = Def.ActorFrame {
LoadActor(THEME:GetPathS("_switch","up")) .. {
SelectMenuOpenedMessageCommand=cmd(stop;play);
};
LoadActor(THEME:GetPathS("_switch","down")) .. {
SelectMenuClosedMessageCommand=cmd(stop;play);
};
};
return t