rough new theme: title, gameplay
|
After Width: | Height: | Size: 5.8 KiB |
|
After Width: | Height: | Size: 207 B |
|
After Width: | Height: | Size: 188 B |
|
After Width: | Height: | Size: 3.4 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 5.4 KiB |
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 173 B |
|
After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 5.4 KiB |
|
After Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 8.1 KiB |
|
After Width: | Height: | Size: 72 KiB |
|
Before Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 4.7 KiB |
@@ -1,6 +1,6 @@
|
||||
local font = LoadFont( "_zeroesthree" );
|
||||
local font = LoadFont( "common normal" );
|
||||
local frame = LoadActor( "_score frame" );
|
||||
local text = GAMESTATE:GetPlayMode() == 'PlayMode_Oni' and "time" or "score";
|
||||
--local text = GAMESTATE:GetPlayMode() == 'PlayMode_Oni' and "time" or "score";
|
||||
|
||||
local function DifficultyLabelText(pn)
|
||||
local yNormal = SCREEN_CENTER_Y+175;
|
||||
@@ -59,28 +59,4 @@ return Def.ActorFrame {
|
||||
-- text on difficulty labels
|
||||
DifficultyLabelText(PLAYER_1);
|
||||
DifficultyLabelText(PLAYER_2);
|
||||
|
||||
-- text on bottom of score frames
|
||||
Def.ActorFrame {
|
||||
frame;
|
||||
font .. {
|
||||
Text = "player 1 " .. text;
|
||||
InitCommand = cmd(horizalign,left;addy,16;addx,-80;zoom,0.75;shadowlength,0);
|
||||
};
|
||||
InitCommand = cmd(x,SCREEN_LEFT-100;y,SCREEN_CENTER_Y+202);
|
||||
OnCommand = cmd(linear,1;x,SCREEN_CENTER_X-208);
|
||||
OffCommand = cmd(linear,1;x,SCREEN_LEFT-100);
|
||||
Condition=GAMESTATE:IsSideJoined(PLAYER_1) == true or GAMESTATE:GetPlayMode() == 'PlayMode_Rave';
|
||||
};
|
||||
Def.ActorFrame {
|
||||
frame;
|
||||
font .. {
|
||||
Text = "player 2 " .. text;
|
||||
InitCommand = cmd(horizalign,right;addy,16;addx,80;zoom,0.75;shadowlength,0);
|
||||
};
|
||||
InitCommand = cmd(x,SCREEN_RIGHT+100;y,SCREEN_CENTER_Y+202);
|
||||
OnCommand = cmd(linear,1;x,SCREEN_CENTER_X+210);
|
||||
OffCommand = cmd(linear,1;x,SCREEN_RIGHT+100);
|
||||
Condition=GAMESTATE:IsSideJoined(PLAYER_2) == true or GAMESTATE:GetPlayMode() == 'PlayMode_Rave';
|
||||
}
|
||||
};
|
||||
|
||||
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 100 KiB |
|
Before Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 130 KiB |
|
After Width: | Height: | Size: 32 KiB |
|
After Width: | Height: | Size: 516 KiB |
|
Before Width: | Height: | Size: 242 KiB |
|
After Width: | Height: | Size: 5.4 KiB |
@@ -1,3 +1,20 @@
|
||||
return LoadActor( "bg.png" ) .. {
|
||||
InitCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;scale_or_crop_background);
|
||||
}
|
||||
return Def.ActorFrame {
|
||||
LoadActor( "bg sky" ) .. {
|
||||
InitCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y);
|
||||
};
|
||||
LoadActor( "bg ring" ) .. {
|
||||
InitCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y);
|
||||
};
|
||||
LoadActor( "bg rainbow" ) .. {
|
||||
InitCommand=cmd(x,SCREEN_LEFT;y,SCREEN_BOTTOM;horizalign,left;vertalign,bottom;);
|
||||
};
|
||||
LoadActor( "cursor frame" ) .. {
|
||||
InitCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;);
|
||||
};
|
||||
LoadActor( "help pane" ) .. {
|
||||
InitCommand=cmd(x,SCREEN_CENTER_X+200;y,SCREEN_BOTTOM;vertalign,bottom;);
|
||||
};
|
||||
LoadActor( "settings pane" ) .. {
|
||||
InitCommand=cmd(x,SCREEN_CENTER_X-200;y,SCREEN_TOP;vertalign,top;);
|
||||
};
|
||||
}
|
||||
|
After Width: | Height: | Size: 9.7 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 5.2 KiB |
|
After Width: | Height: | Size: 4.7 KiB |
|
After Width: | Height: | Size: 139 B |
|
After Width: | Height: | Size: 140 B |
|
After Width: | Height: | Size: 5.0 KiB |
|
Before Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 80 KiB |
|
Before Width: | Height: | Size: 40 KiB |
|
After Width: | Height: | Size: 49 KiB |
|
Before Width: | Height: | Size: 3.0 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 19 KiB |
|
After Width: | Height: | Size: 4.5 KiB |
|
Before Width: | Height: | Size: 34 KiB |
|
After Width: | Height: | Size: 202 KiB |