This commit is contained in:
Chris Danford
2008-04-27 04:37:53 +00:00
parent 46257583b6
commit c7d3d1c0e3
23 changed files with 26 additions and 5 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

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;);
};
};
Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

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;);
};
};
Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 261 KiB

@@ -0,0 +1 @@
_blank
Binary file not shown.

Before

Width:  |  Height:  |  Size: 508 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

+5 -5
View File
@@ -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"