Quick options to report a bug, go on IRC

This commit is contained in:
Jonathan Payne
2012-06-27 14:16:49 -07:00
parent 5102c1711a
commit 8cd21d0cac
4 changed files with 9 additions and 8 deletions
+2
View File
@@ -1761,6 +1761,8 @@ Edit/Share=Edit/Share
Exit=Exit Exit=Exit
Game Start=Game Start Game Start=Game Start
Jukebox=Jukebox Jukebox=Jukebox
Report Bug=Report A Bug!
Chat on IRC=Chat on IRC!
Select Game=Select Game Select Game=Select Game
Theme=Theme Theme=Theme
Credits=Credits Credits=Credits
+3 -1
View File
@@ -1788,7 +1788,7 @@ UpdateOnMessage=""
# #
NumChoicesOnPage1=100 NumChoicesOnPage1=100
DefaultChoice="GameStart" DefaultChoice="GameStart"
ChoiceNames="GameStart,Options,Edit,Jukebox,Exit" ChoiceNames="GameStart,Options,Edit,Jukebox,ReportBug,IRC,Exit"
ChoiceGameStart="applydefaultoptions;text,Game Start;screen,"..Branch.StartGame() ChoiceGameStart="applydefaultoptions;text,Game Start;screen,"..Branch.StartGame()
#ChoiceQuickPlay="applydefaultoptions;text,Quick Play;" #ChoiceQuickPlay="applydefaultoptions;text,Quick Play;"
ChoiceOptions="screen,ScreenOptionsService;text,Options" ChoiceOptions="screen,ScreenOptionsService;text,Options"
@@ -1798,6 +1798,8 @@ ChoiceExit="screen,ScreenExit;text,Exit"
ChoiceOnline="screen,ScreenNetworkOptions;text,Play Online" ChoiceOnline="screen,ScreenNetworkOptions;text,Play Online"
ChoiceGameSelect="screen,ScreenSelectGame;text,Select Game" ChoiceGameSelect="screen,ScreenSelectGame;text,Select Game"
ChoiceJukebox="screen,ScreenJukeboxMenu;text,Jukebox" ChoiceJukebox="screen,ScreenJukeboxMenu;text,Jukebox"
ChoiceReportBug="urlnoexit,http://ssc.ajworld.net/sm-ssc/bugtracker/;text,Report Bug"
ChoiceIRC="urlnoexit,http://chat.mibbit.com/?server=irc.badnik.net&channel=%23sm-ssc&nick=StepMania_player;text,Chat on IRC"
ChoiceSandbox="screen,ScreenTest;text,Sandbox" ChoiceSandbox="screen,ScreenTest;text,Sandbox"
# #
AllowRepeatingInput=true AllowRepeatingInput=true
@@ -17,14 +17,14 @@ t[#t+1] = Def.ActorFrame {
if topScreen then if topScreen then
local screenName = topScreen:GetName() local screenName = topScreen:GetName()
if screenName == "ScreenEdit" or screenName == "ScreenPractice" then if screenName == "ScreenEdit" or screenName == "ScreenPractice" then
self:diffusealpha(0.325) self:diffusealpha(0.95)
else else
self:diffusealpha(0) self:diffusealpha(0.65)
end; end;
end; end;
end; end;
EditorShowMessageCommand=cmd(stoptweening;linear,0.5;diffusealpha,0.75); EditorShowMessageCommand=cmd(stoptweening;linear,0.5;diffusealpha,0.95);
EditorHideMessageCommand=cmd(stoptweening;linear,0.5;diffusealpha,0.325); EditorHideMessageCommand=cmd(stoptweening;linear,0.5;diffusealpha,0.65);
}; };
}; };
-3
View File
@@ -679,9 +679,6 @@ NetworkStatusOffCommand=linear,0.5;cropright,1
# #
HelpY=SCREEN_BOTTOM-24 HelpY=SCREEN_BOTTOM-24
# #
ChoiceNames="GameStart,Options,Edit,Jukebox,Exit"
DefaultChoice="GameStart"
[ScreenQuickSetupOverview] [ScreenQuickSetupOverview]
IconStartX=SCREEN_CENTER_X-160 IconStartX=SCREEN_CENTER_X-160
IconStartY=SCREEN_BOTTOM-60 IconStartY=SCREEN_BOTTOM-60