icon sizing, modifiers to eval, lambda ns
tweak icon sizes on music wheel, new Lambda noteskin, add player options back to evaluation, tweak evaluation to have more padding for scores
This commit is contained in:
@@ -36,6 +36,11 @@ return Def.ActorFrame {
|
||||
LoadActor(THEME:GetPathG("_StepsDisplayListRow","Cursor")) .. {
|
||||
InitCommand=cmd(diffuse,ColorLightTone(PlayerColor(PLAYER_1));x,8;zoom,0.75);
|
||||
};
|
||||
LoadFont("_roboto condensed Bold 48px") .. {
|
||||
Text="P1";
|
||||
InitCommand=cmd(horizalign,center;x,8;diffuse,ColorDarkTone(PlayerColor(PLAYER_1)););
|
||||
OnCommand=cmd(zoom,0.5);
|
||||
};
|
||||
};
|
||||
CursorP2 = Def.ActorFrame {
|
||||
InitCommand=cmd(x,170;player,PLAYER_2);
|
||||
@@ -54,6 +59,11 @@ return Def.ActorFrame {
|
||||
LoadActor(THEME:GetPathG("_StepsDisplayListRow","Cursor")) .. {
|
||||
InitCommand=cmd(diffuse,ColorLightTone(PlayerColor(PLAYER_2));x,-8;zoom,0.75;zoomx,-0.75;);
|
||||
};
|
||||
LoadFont("_roboto condensed Bold 48px") .. {
|
||||
Text="P2";
|
||||
InitCommand=cmd(horizalign,center;x,-8;diffuse,ColorDarkTone(PlayerColor(PLAYER_2)););
|
||||
OnCommand=cmd(zoom,0.5);
|
||||
};
|
||||
};
|
||||
CursorP1Frame = Def.Actor{
|
||||
ChangeCommand=cmd(stoptweening;decelerate,0.05);
|
||||
|
||||
Reference in New Issue
Block a user