fix CoinMode toggling on ScreenTitleMenu
NumCodes->CodeNames
This commit is contained in:
@@ -27,6 +27,14 @@ CurrentModeX=0
|
|||||||
CurrentModeY=0
|
CurrentModeY=0
|
||||||
CurrentModeZoom=1
|
CurrentModeZoom=1
|
||||||
|
|
||||||
|
[ScreenTitleBranch]
|
||||||
|
Class=ScreenBranch
|
||||||
|
Choices=1,2
|
||||||
|
Condition1=CoinMode()=="home"
|
||||||
|
Condition2=true
|
||||||
|
NextScreen1=screen,ScreenTitleMenu
|
||||||
|
NextScreen2=screen,ScreenTitleJoin
|
||||||
|
|
||||||
[ScreenTitleMenu]
|
[ScreenTitleMenu]
|
||||||
# Note that we don't use the "name" parameter to Choices here. Name1 is
|
# Note that we don't use the "name" parameter to Choices here. Name1 is
|
||||||
# the displayed text, which might be translated or otherwise changed. The "name,foo"
|
# the displayed text, which might be translated or otherwise changed. The "name,foo"
|
||||||
@@ -138,7 +146,6 @@ IconPart1Choice8DisabledCommand=
|
|||||||
IconPart1Choice8GainFocusCommand=
|
IconPart1Choice8GainFocusCommand=
|
||||||
IconPart1Choice8LoseFocusCommand=
|
IconPart1Choice8LoseFocusCommand=
|
||||||
|
|
||||||
NumCodes=0
|
|
||||||
TimerSeconds=-1 // none
|
TimerSeconds=-1 // none
|
||||||
StyleIcon=0
|
StyleIcon=0
|
||||||
MemoryCardIcons=0
|
MemoryCardIcons=0
|
||||||
@@ -163,6 +170,12 @@ HelpY=SCREEN_BOTTOM-40
|
|||||||
IdleCommentSeconds=12
|
IdleCommentSeconds=12
|
||||||
IdleTimeoutSeconds=30
|
IdleTimeoutSeconds=30
|
||||||
IdleTimeoutScreen=ScreenCompany
|
IdleTimeoutScreen=ScreenCompany
|
||||||
|
PrevScreen=ScreenCompany
|
||||||
|
|
||||||
|
[ScreenTitleJoin]
|
||||||
|
Class=ScreenTitleMenu
|
||||||
|
Fallback=ScreenTitleMenu
|
||||||
|
ChoiceNames=1
|
||||||
|
|
||||||
[ScreenCaution]
|
[ScreenCaution]
|
||||||
PrevScreen=ScreenTitleMenu
|
PrevScreen=ScreenTitleMenu
|
||||||
@@ -170,7 +183,6 @@ Class=ScreenSelectMaster
|
|||||||
Fallback=ScreenWithMenuElements
|
Fallback=ScreenWithMenuElements
|
||||||
ChoiceNames=1
|
ChoiceNames=1
|
||||||
Choice1=screen,ScreenSelectStyle
|
Choice1=screen,ScreenSelectStyle
|
||||||
NumCodes=0
|
|
||||||
DefaultChoice=1
|
DefaultChoice=1
|
||||||
SharedPreviewAndCursor=0
|
SharedPreviewAndCursor=0
|
||||||
NumCursorParts=0
|
NumCursorParts=0
|
||||||
@@ -248,7 +260,6 @@ Choice2=Style,versus;name,versus
|
|||||||
Choice3=Style,couple;name,couple
|
Choice3=Style,couple;name,couple
|
||||||
Choice4=Style,double;name,double
|
Choice4=Style,double;name,double
|
||||||
Choice5=Style,solo;name,solo
|
Choice5=Style,solo;name,solo
|
||||||
NumCodes=0
|
|
||||||
TimerSeconds=40
|
TimerSeconds=40
|
||||||
StyleIcon=1
|
StyleIcon=1
|
||||||
MemoryCardIcons=1
|
MemoryCardIcons=1
|
||||||
@@ -370,7 +381,6 @@ Choice5=PlayMode,nonstop;name,nonstop
|
|||||||
Choice6=PlayMode,oni;name,oni
|
Choice6=PlayMode,oni;name,oni
|
||||||
Choice7=PlayMode,endless;name,endless
|
Choice7=PlayMode,endless;name,endless
|
||||||
Choice8=PlayMode,rave;name,rave
|
Choice8=PlayMode,rave;name,rave
|
||||||
NumCodes=0
|
|
||||||
NumChoicesOnPage1=4
|
NumChoicesOnPage1=4
|
||||||
TimerSeconds=40
|
TimerSeconds=40
|
||||||
StyleIcon=1
|
StyleIcon=1
|
||||||
@@ -2499,6 +2509,11 @@ TimerOnCommand=draworder,97;addx,SCREEN_WIDTH;spring,0.5;addx,-SCREEN_WIDTH
|
|||||||
TimerOffCommand=bouncebegin,0.5;addx,SCREEN_WIDTH;
|
TimerOffCommand=bouncebegin,0.5;addx,SCREEN_WIDTH;
|
||||||
TimerStealth=0
|
TimerStealth=0
|
||||||
ForceTimer=0
|
ForceTimer=0
|
||||||
|
OverlayX=SCREEN_CENTER_X
|
||||||
|
OverlayY=SCREEN_CENTER_Y
|
||||||
|
OverlayOnCommand=
|
||||||
|
OverlayOffCommand=
|
||||||
|
CodeNames=
|
||||||
|
|
||||||
[MenuTimer]
|
[MenuTimer]
|
||||||
WarningStart=6
|
WarningStart=6
|
||||||
|
|||||||
Reference in New Issue
Block a user