fix up ScreenSelectCharacter a bit and enable it for normal game mode.
This commit is contained in:
@@ -503,7 +503,8 @@ CropWidth=146
|
||||
InitCommand=horizalign,left;vertalign,top;shadowlength,2;zoom,0.5;
|
||||
|
||||
[ScreenInstructions]
|
||||
NextScreenArcade=ScreenSelectMusic
|
||||
#NextScreenArcade=ScreenSelectMusic
|
||||
NextScreenArcade=ScreenSelectCharacter
|
||||
NextScreenNonstop=ScreenSelectCourse
|
||||
NextScreenOni=ScreenSelectCourse
|
||||
NextScreenEndless=ScreenSelectCourse
|
||||
@@ -2373,30 +2374,37 @@ NextScreen=ScreenCompany
|
||||
|
||||
[ScreenSelectCharacter]
|
||||
TitleP1OnCommand=x,140;y,80;addx,-400;bounceend,0.5;addx,400
|
||||
TitleP1OffCommand=sleep,0.6;bouncebegin,0.5;addx,-400
|
||||
TitleP1OffCommand=sleep,0.2;bouncebegin,0.5;addx,-400
|
||||
TitleP2OnCommand=x,500;y,80;addx,400;bounceend,0.5;addx,-400
|
||||
TitleP2OffCommand=sleep,0.6;bouncebegin,0.5;addx,400
|
||||
TitleP2OffCommand=sleep,0.2;bouncebegin,0.5;addx,400
|
||||
CharacterP1OnCommand=x,140;y,180;addx,-400;bounceend,0.5;addx,400
|
||||
CharacterP1OffCommand=sleep,0.6;bouncebegin,0.5;addx,-400
|
||||
CharacterP1OffCommand=sleep,0.2;bouncebegin,0.5;addx,-400
|
||||
CharacterP2OnCommand=x,500;y,180;addx,400;bounceend,0.5;addx,-400
|
||||
CharacterP2OffCommand=sleep,0.6;bouncebegin,0.5;addx,400
|
||||
CharacterArrowsP1OnCommand=x,140;y,180
|
||||
CharacterArrowsP1OffCommand=
|
||||
CharacterArrowsP2OnCommand=x,500;y,180
|
||||
CharacterArrowsP2OffCommand=
|
||||
CharacterP2OffCommand=sleep,0.2;bouncebegin,0.5;addx,400
|
||||
CharacterArrowsP1OnCommand=x,140;y,180;diffusealpha,0;linear,0.3;diffusealpha,1
|
||||
CharacterArrowsP1OffCommand=linear,0.3;diffusealpha,0
|
||||
CharacterArrowsP2OnCommand=x,500;y,180;diffusealpha,0;linear,0.3;diffusealpha,1
|
||||
CharacterArrowsP2OffCommand=linear,0.3;diffusealpha,0
|
||||
ExplanationOnCommand=x,320;y,140;diffusealpha,0;linear,0.3;diffusealpha,1
|
||||
ExplanationOffCommand=linear,0.3;diffusealpha,0
|
||||
AttackFrameP1OnCommand=x,140;y,380
|
||||
AttackFrameP1OffCommand=
|
||||
AttackFrameP2OnCommand=x,500;y,380
|
||||
AttackFrameP2OffCommand=
|
||||
AttackFrameP1OnCommand=x,140;y,380;addx,-400;bounceend,0.5;addx,400
|
||||
AttackFrameP1OffCommand=sleep,0.2;bouncebegin,0.5;addx,-400
|
||||
AttackFrameP2OnCommand=x,500;y,380;addx,400;bounceend,0.5;addx,-400
|
||||
AttackFrameP2OffCommand=sleep,0.2;bouncebegin,0.5;addx,400
|
||||
IconsP1StartX=128
|
||||
IconsP1StartY=356
|
||||
IconsP2StartX=488
|
||||
IconsP2StartY=356
|
||||
IconsSpacingX=42
|
||||
IconsSpacingY=32
|
||||
# DO NOT set absolute X or Y coords in these tweens. they are set based on
|
||||
# the above 6 metrics. you can use addx and addy still.
|
||||
IconsP1OnCommand=addx,-400;bounceend,0.5;addx,400
|
||||
IconsP1OffCommand=sleep,0.2;bouncebegin,0.5;addx,-400
|
||||
IconsP2OnCommand=addx,400;bounceend,0.5;addx,-400
|
||||
IconsP2OffCommand=sleep,0.2;bouncebegin,0.5;addx,400
|
||||
HelpText=Use &LEFT; &RIGHT; to select, then press START
|
||||
SleepAfterTweenOffSeconds=0.8
|
||||
TimerSeconds=40
|
||||
NextScreen=ScreenSelectMusic
|
||||
|
||||
|
||||
Reference in New Issue
Block a user