fixup from midi
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
-- SSC Color Module and Library
|
-- SSC Color Module and Library
|
||||||
local nilColor = color("0,0,0,0");
|
local nilColor = color("0,0,0,0");
|
||||||
-- Double Entree.
|
-- Original Color Module.
|
||||||
Color = {
|
Color = {
|
||||||
-- UI Colors
|
-- UI Colors
|
||||||
-- These colors are common to the theme interface and should be used
|
-- 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 };
|
return { c[1],c[2],c[3],fAlpha };
|
||||||
end,
|
end,
|
||||||
};
|
};
|
||||||
|
-- Remapped Color Module, since some themes are crazy
|
||||||
Colors = Color;
|
Colors = Color;
|
||||||
local DifficultyColors = {
|
local DifficultyColors = {
|
||||||
--[[ These are for 'Custom' Difficulty Ranks. It can be very useful
|
--[[ These are for 'Custom' Difficulty Ranks. It can be very useful
|
||||||
|
|||||||
@@ -202,10 +202,14 @@ Mines=""
|
|||||||
Dark=""
|
Dark=""
|
||||||
CancelAll="Left,Right,Left,Right,Left,Right,Left,Right"
|
CancelAll="Left,Right,Left,Right,Left,Right,Left,Right"
|
||||||
# Codes on the title screen.
|
# Codes on the title screen.
|
||||||
NextTheme="Left,Left,Left,Right,Right,Right,Left,Right"
|
NextTheme=""
|
||||||
NextTheme2="MenuLeft,MenuLeft,MenuLeft,MenuRight,MenuRight,MenuRight,MenuLeft,MenuRight"
|
NextTheme2=""
|
||||||
NextAnnouncer="Left,Left,Right,Right,Left,Left,Right,Right"
|
NextAnnouncer=""
|
||||||
NextAnnouncer2="MenuLeft,MenuLeft,MenuRight,MenuRight,MenuLeft,MenuLeft,MenuRight,MenuRight"
|
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.
|
# Various.
|
||||||
NextGroup="MenuUp,MenuRight,MenuRight"
|
NextGroup="MenuUp,MenuRight,MenuRight"
|
||||||
PrevGroup="MenuUp,MenuDown,MenuUp,MenuDown"
|
PrevGroup="MenuUp,MenuDown,MenuUp,MenuDown"
|
||||||
@@ -1330,7 +1334,7 @@ NumChoicesOnPage1=100
|
|||||||
ChoiceNames="1,4,7"
|
ChoiceNames="1,4,7"
|
||||||
#~ ChoiceNames="1,2,3,4,5,6,7"
|
#~ ChoiceNames="1,2,3,4,5,6,7"
|
||||||
DefaultChoice="1"
|
DefaultChoice="1"
|
||||||
Choice1="applydefaultoptions;screen,ScreenProfileLoad;text,Game Start"
|
Choice1="applydefaultoptions;screen,ScreenSelectProfile;text,Game Start"
|
||||||
Choice2="screen,ScreenNetworkOptions;text,Play Online"
|
Choice2="screen,ScreenNetworkOptions;text,Play Online"
|
||||||
Choice3="screen,ScreenSelectGame;text,Select Game"
|
Choice3="screen,ScreenSelectGame;text,Select Game"
|
||||||
Choice4="screen,ScreenOptionsService;text,Options"
|
Choice4="screen,ScreenOptionsService;text,Options"
|
||||||
@@ -1341,7 +1345,7 @@ Choice8="screen,ScreenTest;text,Sandbox"
|
|||||||
Choice9="screen,ScreenQuickSetupOverview;text,Setup"
|
Choice9="screen,ScreenQuickSetupOverview;text,Setup"
|
||||||
# Aliases for the future.
|
# Aliases for the future.
|
||||||
ChoiceSetup="screen,ScreenQuickSetupOverview;text,Setup"
|
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"
|
ChoiceOnline="screen,ScreenNetworkOptions;text,Play Online"
|
||||||
ChoiceGameSelect="screen,ScreenSelectGame;text,Select Game"
|
ChoiceGameSelect="screen,ScreenSelectGame;text,Select Game"
|
||||||
ChoiceOptions="screen,ScreenOptionsSystemDirection;text,Options"
|
ChoiceOptions="screen,ScreenOptionsSystemDirection;text,Options"
|
||||||
@@ -1498,15 +1502,15 @@ LoadEdits=true
|
|||||||
Fallback="ScreenWithMenuElements"
|
Fallback="ScreenWithMenuElements"
|
||||||
Class="ScreenSelectProfile"
|
Class="ScreenSelectProfile"
|
||||||
#
|
#
|
||||||
NextScreen="ScreenSelectStyle"
|
NextScreen="ScreenProfileLoad"
|
||||||
PrevScreen="ScreenTitleMenu"
|
PrevScreen="ScreenTitleMenu"
|
||||||
StartScreen="ScreenSelectStyle"
|
StartScreen="ScreenProfileLoad"
|
||||||
#
|
#
|
||||||
TimerSeconds=40
|
TimerSeconds=40
|
||||||
#
|
#
|
||||||
CodeNames="Up,Down,Start,Back"
|
CodeNames="Up,Down,Start,Back"
|
||||||
CodeUp="+Up"
|
CodeUp="+MenuUp"
|
||||||
CodeDown="+Down"
|
CodeDown="+MenuDown"
|
||||||
CodeStart="Start"
|
CodeStart="Start"
|
||||||
CodeBack="Back"
|
CodeBack="Back"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user