fixup from midi

This commit is contained in:
AJ Kelly
2010-04-25 18:49:56 -05:00
parent bf25127a2d
commit 90a90f45ff
2 changed files with 16 additions and 11 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
-- SSC Color Module and Library
local nilColor = color("0,0,0,0");
-- Double Entree.
-- Original Color Module.
Color = {
-- UI Colors
-- These colors are common to the theme interface and should be used
@@ -159,6 +159,7 @@ Color = {
return { c[1],c[2],c[3],fAlpha };
end,
};
-- Remapped Color Module, since some themes are crazy
Colors = Color;
local DifficultyColors = {
--[[ These are for 'Custom' Difficulty Ranks. It can be very useful
+14 -10
View File
@@ -202,10 +202,14 @@ Mines=""
Dark=""
CancelAll="Left,Right,Left,Right,Left,Right,Left,Right"
# Codes on the title screen.
NextTheme="Left,Left,Left,Right,Right,Right,Left,Right"
NextTheme2="MenuLeft,MenuLeft,MenuLeft,MenuRight,MenuRight,MenuRight,MenuLeft,MenuRight"
NextAnnouncer="Left,Left,Right,Right,Left,Left,Right,Right"
NextAnnouncer2="MenuLeft,MenuLeft,MenuRight,MenuRight,MenuLeft,MenuLeft,MenuRight,MenuRight"
NextTheme=""
NextTheme2=""
NextAnnouncer=""
NextAnnouncer2=""
# NextTheme="Left,Left,Left,Right,Right,Right,Left,Right"
# NextTheme2="MenuLeft,MenuLeft,MenuLeft,MenuRight,MenuRight,MenuRight,MenuLeft,MenuRight"
# NextAnnouncer="Left,Left,Right,Right,Left,Left,Right,Right"
# NextAnnouncer2="MenuLeft,MenuLeft,MenuRight,MenuRight,MenuLeft,MenuLeft,MenuRight,MenuRight"
# Various.
NextGroup="MenuUp,MenuRight,MenuRight"
PrevGroup="MenuUp,MenuDown,MenuUp,MenuDown"
@@ -1330,7 +1334,7 @@ NumChoicesOnPage1=100
ChoiceNames="1,4,7"
#~ ChoiceNames="1,2,3,4,5,6,7"
DefaultChoice="1"
Choice1="applydefaultoptions;screen,ScreenProfileLoad;text,Game Start"
Choice1="applydefaultoptions;screen,ScreenSelectProfile;text,Game Start"
Choice2="screen,ScreenNetworkOptions;text,Play Online"
Choice3="screen,ScreenSelectGame;text,Select Game"
Choice4="screen,ScreenOptionsService;text,Options"
@@ -1341,7 +1345,7 @@ Choice8="screen,ScreenTest;text,Sandbox"
Choice9="screen,ScreenQuickSetupOverview;text,Setup"
# Aliases for the future.
ChoiceSetup="screen,ScreenQuickSetupOverview;text,Setup"
ChoiceGameStart="applydefaultoptions;screen,ScreenProfileLoad;text,Game Start"
ChoiceGameStart="applydefaultoptions;screen,ScreenSelectProfile;text,Game Start"
ChoiceOnline="screen,ScreenNetworkOptions;text,Play Online"
ChoiceGameSelect="screen,ScreenSelectGame;text,Select Game"
ChoiceOptions="screen,ScreenOptionsSystemDirection;text,Options"
@@ -1498,15 +1502,15 @@ LoadEdits=true
Fallback="ScreenWithMenuElements"
Class="ScreenSelectProfile"
#
NextScreen="ScreenSelectStyle"
NextScreen="ScreenProfileLoad"
PrevScreen="ScreenTitleMenu"
StartScreen="ScreenSelectStyle"
StartScreen="ScreenProfileLoad"
#
TimerSeconds=40
#
CodeNames="Up,Down,Start,Back"
CodeUp="+Up"
CodeDown="+Down"
CodeUp="+MenuUp"
CodeDown="+MenuDown"
CodeStart="Start"
CodeBack="Back"