theme cleanup
This commit is contained in:
@@ -246,7 +246,7 @@ t[#t+1] = Def.ActorFrame {
|
||||
t[#t+1] = Def.CourseContentsList {
|
||||
MaxSongs = 5;
|
||||
|
||||
InitCommand=cmd(x,SCREEN_CENTER_X-160;y,SCREEN_CENTER_Y+91);
|
||||
InitCommand=cmd(x,SCREEN_CENTER_X+160;y,SCREEN_CENTER_Y+91);
|
||||
OnCommand=cmd(zoomy,0;bounceend,0.3;zoom,1);
|
||||
OffCommand=cmd(zoomy,1;bouncebegin,0.3;zoomy,0);
|
||||
ShowCommand=cmd(bouncebegin,0.3;zoomy,1);
|
||||
|
||||
@@ -3,7 +3,7 @@ local frame = Def.ActorFrame
|
||||
OnCommand=cmd(x,SCREEN_CENTER_X+180;y,SCREEN_CENTER_Y);--;addx,SCREEN_WIDTH/2;decelerate,0.5;addx,-SCREEN_WIDTH/2);
|
||||
OffCommand=cmd(accelerate,0.5;addx,SCREEN_WIDTH/2);
|
||||
LoadFont("Common", "normal") .. {
|
||||
OnCommand=cmd(horizalign,left;x,-80;y,-130;zoom,0.65;playcommand,"CurrentCourseChanged");
|
||||
OnCommand=cmd(horizalign,left;x,-80;y,-130;playcommand,"CurrentCourseChanged");
|
||||
CurrentCourseChangedMessageCommand=function(self)
|
||||
local c = GAMESTATE:GetCurrentCourse()
|
||||
if c then
|
||||
@@ -14,7 +14,7 @@ local frame = Def.ActorFrame
|
||||
end;
|
||||
};
|
||||
LoadFont("Common", "normal") .. {
|
||||
OnCommand=cmd(horizalign,left;x,-80;y,-100;zoom,0.65;playcommand,"CurrentTrailP1Changed");
|
||||
OnCommand=cmd(horizalign,left;x,-80;y,-100;playcommand,"CurrentTrailP1Changed");
|
||||
CurrentTrailP1ChangedMessageCommand=function(self)
|
||||
local t = GAMESTATE:GetCurrentTrail( PLAYER_1 )
|
||||
if t then
|
||||
|
||||
@@ -1 +1 @@
|
||||
common normal
|
||||
_terminator two 18px
|
||||
@@ -0,0 +1 @@
|
||||
common normal
|
||||
@@ -1 +0,0 @@
|
||||
_numbers3
|
||||
@@ -0,0 +1 @@
|
||||
_terminator two 40px
|
||||
@@ -1,2 +0,0 @@
|
||||
_numbers2
|
||||
|
||||
@@ -1738,13 +1738,14 @@ Lay lift=Lay lift
|
||||
Add to/remove from right half=Add to/remove from right half
|
||||
|
||||
[Grade]
|
||||
Tier01=AAAA
|
||||
Tier02=AAA
|
||||
Tier03=AA
|
||||
Tier04=A
|
||||
Tier05=B
|
||||
Tier06=C
|
||||
Tier07=D
|
||||
Tier01=SSS
|
||||
Tier02=SS
|
||||
Tier03=S
|
||||
Tier04=AA
|
||||
Tier05=A
|
||||
Tier06=B
|
||||
Tier07=C
|
||||
Tier08=D
|
||||
Failed=E
|
||||
NoData=NO DATA
|
||||
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
_block
|
||||
@@ -1600,7 +1600,7 @@ Fallback="Screen"
|
||||
[ScreenSyncOverlay]
|
||||
Class="ScreenSyncOverlay"
|
||||
Fallback="Screen"
|
||||
SyncInfoOnCommand=x,SCREEN_CENTER_X+160;y,SCREEN_CENTER_Y;zoom,0;decelerate,0.5;zoom,0.6
|
||||
SyncInfoOnCommand=x,SCREEN_CENTER_X+160;y,SCREEN_CENTER_Y;
|
||||
|
||||
[ScreenStatsOverlay]
|
||||
Class="ScreenStatsOverlay"
|
||||
@@ -1635,7 +1635,7 @@ RouletteY=-2
|
||||
RouletteOnCommand=maxwidth,400;rainbowscroll,true;strokecolor,color("#00000077");shadowlength,0
|
||||
CourseX=0
|
||||
CourseY=-2
|
||||
CourseOnCommand=shadowlength,0;maxwidth,400
|
||||
CourseOnCommand=maxwidth,208;strokecolor,color("#00000077");shadowlength,0
|
||||
SortX=0
|
||||
SortY=-2
|
||||
SortOnCommand=maxwidth,208;strokecolor,color("#00000077");shadowlength,0
|
||||
@@ -2134,7 +2134,7 @@ MappedToGainFocusCommand=diffuse,#808080;diffuseshift;effectcolor2,#808080;effec
|
||||
MappedToLoseFocusCommand=diffuse,#808080;stopeffect
|
||||
DevicesX=SCREEN_CENTER_X
|
||||
DevicesY=SCREEN_TOP+30
|
||||
DevicesOnCommand=zoom,0.6;diffusealpha,0;linear,0.5;diffusealpha,1
|
||||
DevicesOnCommand=diffusealpha,0;linear,0.5;diffusealpha,1
|
||||
DevicesOffCommand=linear,0.5;diffusealpha,0
|
||||
|
||||
[ScreenTest]
|
||||
@@ -2204,7 +2204,7 @@ TitleY=140
|
||||
TitleOnCommand=zoom,0.8
|
||||
DataX=0
|
||||
DataY=SCREEN_CENTER_Y+16
|
||||
DataOnCommand=zoom,0.6
|
||||
DataOnCommand=
|
||||
|
||||
[ScreenPackages]
|
||||
Class="ScreenPackages"
|
||||
|
||||
Reference in New Issue
Block a user