have all edit screens fallback on ScreenOptionsSimple so that they can easily share style
This commit is contained in:
@@ -2423,6 +2423,7 @@ DisqualifyP2OffCommand=
|
|||||||
PageX=SCREEN_CENTER_X
|
PageX=SCREEN_CENTER_X
|
||||||
PageY=SCREEN_CENTER_Y
|
PageY=SCREEN_CENTER_Y
|
||||||
PageOnCommand=
|
PageOnCommand=
|
||||||
|
CursorOnCommand=
|
||||||
LineHighlightOnCommand=
|
LineHighlightOnCommand=
|
||||||
LineHighlightChangeCommand=
|
LineHighlightChangeCommand=
|
||||||
LineHighlightChangeToExitCommand=
|
LineHighlightChangeToExitCommand=
|
||||||
@@ -2458,6 +2459,7 @@ WrapValueInRow=1
|
|||||||
IconsP1X=SCREEN_CENTER_X-280
|
IconsP1X=SCREEN_CENTER_X-280
|
||||||
IconsP2X=SCREEN_CENTER_X+280
|
IconsP2X=SCREEN_CENTER_X+280
|
||||||
BulletX=SCREEN_CENTER_X-232
|
BulletX=SCREEN_CENTER_X-232
|
||||||
|
BulletOnCommand=
|
||||||
LabelsX=SCREEN_CENTER_X-180
|
LabelsX=SCREEN_CENTER_X-180
|
||||||
LabelsOnCommand=zoom,0.7;horizalign,right;ShadowLength,0
|
LabelsOnCommand=zoom,0.7;horizalign,right;ShadowLength,0
|
||||||
LabelGainFocusCommand=
|
LabelGainFocusCommand=
|
||||||
@@ -4441,9 +4443,12 @@ Fallback=ScreenGameplay DifficultyMeterP1
|
|||||||
[ScreenJukebox DifficultyMeterP2]
|
[ScreenJukebox DifficultyMeterP2]
|
||||||
Fallback=ScreenGameplay DifficultyMeterP2
|
Fallback=ScreenGameplay DifficultyMeterP2
|
||||||
|
|
||||||
|
[ScreenOptionsSimple]
|
||||||
|
Fallback=ScreenOptions
|
||||||
|
|
||||||
[ScreenOptionsManageCourses]
|
[ScreenOptionsManageCourses]
|
||||||
Class=ScreenOptionsManageCourses
|
Class=ScreenOptionsManageCourses
|
||||||
Fallback=ScreenOptions
|
Fallback=ScreenOptionsSimple
|
||||||
EditMode=2
|
EditMode=2
|
||||||
PrevScreen=ScreenSelectEditMode
|
PrevScreen=ScreenSelectEditMode
|
||||||
NextScreen=ScreenOptionsEditCourse
|
NextScreen=ScreenOptionsEditCourse
|
||||||
@@ -4457,7 +4462,7 @@ WrapValueInRow=0
|
|||||||
|
|
||||||
[ScreenOptionsEditCourse]
|
[ScreenOptionsEditCourse]
|
||||||
Class=ScreenOptionsEditCourse
|
Class=ScreenOptionsEditCourse
|
||||||
Fallback=ScreenOptions
|
Fallback=ScreenOptionsSimple
|
||||||
PrevScreen=ScreenOptionsManageCourses
|
PrevScreen=ScreenOptionsManageCourses
|
||||||
NextScreen=ScreenOptionsEditCourseEntry
|
NextScreen=ScreenOptionsEditCourseEntry
|
||||||
TimerSeconds=0
|
TimerSeconds=0
|
||||||
@@ -4470,7 +4475,7 @@ WrapValueInRow=0
|
|||||||
|
|
||||||
[ScreenOptionsEditCourseEntry]
|
[ScreenOptionsEditCourseEntry]
|
||||||
Class=ScreenOptionsEditCourseEntry
|
Class=ScreenOptionsEditCourseEntry
|
||||||
Fallback=ScreenOptions
|
Fallback=ScreenOptionsSimple
|
||||||
PrevScreen=ScreenOptionsEditCourse
|
PrevScreen=ScreenOptionsEditCourse
|
||||||
NextScreen=ScreenOptionsEditCourse
|
NextScreen=ScreenOptionsEditCourse
|
||||||
TimerSeconds=0
|
TimerSeconds=0
|
||||||
|
|||||||
Reference in New Issue
Block a user