This commit is contained in:
Colby Klein
2009-01-01 23:48:05 +00:00
parent b44c4dd92d
commit 708093a745
2 changed files with 6 additions and 8 deletions
@@ -52,13 +52,11 @@ t[#t+1] = LoadFont("Common", "normal") .. {
};
t[#t+1] = Def.ActorFrame {
InitCommand=cmd(x,SCREEN_CENTER_X-56;y,SCREEN_CENTER_Y-10);
InitCommand=cmd(x,SCREEN_CENTER_X-44;y,SCREEN_CENTER_Y-10);
LoadActor( "wheel cursor glow" ) .. {
InitCommand=cmd(blend,"BlendMode_Add";diffuseshift;);
};
LoadActor( "wheel cursor normal" ) .. {
InitCommand=cmd(blend,"BlendMode_Add";diffuseshift);
};
LoadActor( "wheel cursor normal" );
};
for pn in ivalues(PlayerNumber) do
+3 -3
View File
@@ -612,7 +612,7 @@ ScoreP1SortChangeCommand=stoptweening;decelerate,0.128;x,920;sleep,0.128;acceler
ScoreP2SortChangeCommand=stoptweening;decelerate,0.128;x,920;sleep,0.128;accelerate,0.25;x,269
ScoreFrameP1SortChangeCommand=stoptweening;decelerate,0.128;x,920;sleep,0.128;accelerate,0.25;x,58
ScoreFrameP2SortChangeCommand=stoptweening;decelerate,0.128;x,920;sleep,0.128;accelerate,0.25;x,269
MusicWheelX=SCREEN_CENTER_X-190
MusicWheelX=SCREEN_CENTER_X-178
MusicWheelY=SCREEN_CENTER_Y-10
MusicWheelOnCommand=draworder,-100
MusicWheelOffCommand=
@@ -1873,7 +1873,7 @@ SortOnCommand=shadowlength,0;maxwidth,400
ModeX=0
ModeY=-2
ModeOnCommand=shadowlength,0;maxwidth,400
GradeP1X=90
GradeP1X=106
GradeP1Y=-5
GradeP2X=110
GradeP2Y=5
@@ -1890,7 +1890,7 @@ RouletteSwitchSeconds=0.05
RouletteSlowDownSwitches=5
LockedInitialVelocity=7
ScrollBarHeight=300
ScrollBarOnCommand=x,-128
ScrollBarOnCommand=x,-142;y,10
; linear wheel example:
; ItemTransformFunction=function(self,offsetFromCenter,itemIndex,numItems) self:y(offsetFromCenter*38); end
; 3D wheel example: