fixup
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 5.2 KiB |
|
Before Width: | Height: | Size: 4.7 KiB |
|
Before Width: | Height: | Size: 139 B |
|
Before Width: | Height: | Size: 140 B |
|
After Width: | Height: | Size: 6.0 KiB |
|
After Width: | Height: | Size: 6.4 KiB |
@@ -0,0 +1,10 @@
|
||||
return Def.ActorFrame {
|
||||
LoadActor("focus") .. {
|
||||
GainFocusCommand=cmd(visible,true;);
|
||||
LoseFocusCommand=cmd(visible,false;);
|
||||
};
|
||||
LoadActor("nofocus") .. {
|
||||
GainFocusCommand=cmd(visible,false;);
|
||||
LoseFocusCommand=cmd(visible,true;);
|
||||
};
|
||||
};
|
||||
|
After Width: | Height: | Size: 8.0 KiB |
|
After Width: | Height: | Size: 7.4 KiB |
@@ -0,0 +1,10 @@
|
||||
return Def.ActorFrame {
|
||||
LoadActor("focus") .. {
|
||||
GainFocusCommand=cmd(visible,true;);
|
||||
LoseFocusCommand=cmd(visible,false;);
|
||||
};
|
||||
LoadActor("nofocus") .. {
|
||||
GainFocusCommand=cmd(visible,false;);
|
||||
LoseFocusCommand=cmd(visible,true;);
|
||||
};
|
||||
};
|
||||
|
Before Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 3.9 KiB |
|
After Width: | Height: | Size: 3.9 KiB |
|
Before Width: | Height: | Size: 261 KiB |
@@ -0,0 +1 @@
|
||||
_blank
|
||||
|
Before Width: | Height: | Size: 508 B |
|
After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 2.8 KiB |
@@ -2172,7 +2172,7 @@ Warning1Command=stoptweening;linear,0.2;zoomx,1;sleep,0.6;linear,0.2;zoomx,0
|
||||
Warning0Command=stoptweening;stopeffect;linear,0.2;zoomx,1
|
||||
|
||||
[ScreenOptions]
|
||||
Fallback="ScreenWithMenuElements"
|
||||
Fallback="ScreenWithMenuElements2"
|
||||
NavigationMode="normal"
|
||||
InputMode="individual"
|
||||
ForceAllPlayers=false
|
||||
@@ -2237,8 +2237,8 @@ WrapValueInRow=true
|
||||
|
||||
IconsP1X=SCREEN_CENTER_X-280
|
||||
IconsP2X=SCREEN_CENTER_X+280
|
||||
BulletX=SCREEN_CENTER_X-232
|
||||
BulletOnCommand=
|
||||
RowFrameX=SCREEN_CENTER_X-232
|
||||
RowFrameOnCommand=
|
||||
TitleX=SCREEN_CENTER_X-180
|
||||
TitleOnCommand=zoom,0.7;horizalign,right;shadowlength,0
|
||||
TitleGainFocusCommand=
|
||||
@@ -4028,7 +4028,7 @@ AllowRepeatingChangeValueInput=true
|
||||
IconsP1X=SCREEN_CENTER_X-280
|
||||
IconsP2X=SCREEN_CENTER_X+280
|
||||
IconsOnCommand=x,-30
|
||||
BulletX=SCREEN_CENTER_X-232
|
||||
RowFrameX=SCREEN_CENTER_X-232
|
||||
TitleX=SCREEN_CENTER_X-150
|
||||
TitleOnCommand=horizalign,left;shadowlength,2
|
||||
ItemsStartX=SCREEN_CENTER_X-160
|
||||
@@ -4199,7 +4199,7 @@ InputMode="together"
|
||||
TitleOnCommand=horizalign,left;shadowlength,0
|
||||
TitleGainFocusCommand=diffuseshift;effectcolor1,1.3,1.3,1.3,1;effectcolor2,0.3,0.3,0.3,1
|
||||
TitleLoseFocusCommand=stopeffect
|
||||
BulletOnCommand=visible,false
|
||||
RowFrameOnCommand=visible,false
|
||||
|
||||
[ScreenOptionsManageCourses]
|
||||
Class="ScreenOptionsManageCourses"
|
||||
|
||||