more headers + fixes
This commit is contained in:
@@ -0,0 +1 @@
|
||||
return LoadActor( THEME:GetPathG("", "_header"), 'Edit Courses' );
|
||||
@@ -0,0 +1 @@
|
||||
return LoadActor( THEME:GetPathG("", "_header"), 'Edit Steps' );
|
||||
@@ -0,0 +1 @@
|
||||
return LoadActor( THEME:GetPathG("", "_header"), 'Jukebox' );
|
||||
@@ -0,0 +1,7 @@
|
||||
return Def.ActorFrame{
|
||||
-- timer background
|
||||
LoadActor(THEME:GetPathB("","_frame 3x1"), "headers", 48)..{
|
||||
--InitCommand=cmd( x,SCREEN_CENTER_X+(SCREEN_WIDTH/5.35) );
|
||||
InitCommand=cmd( x,SCREEN_RIGHT-(SCREEN_WIDTH/3.1825) );
|
||||
};
|
||||
};
|
||||
@@ -133,6 +133,9 @@ Player 1=Player 1
|
||||
Player 2=Player 2
|
||||
|
||||
[Headers]
|
||||
Edit Courses=Edit Courses
|
||||
Edit Steps=Edit Steps
|
||||
Jukebox=Jukebox
|
||||
Select Character=Select Character
|
||||
Select Course=Select Course
|
||||
Select Difficulty=Select Difficulty
|
||||
|
||||
Reference in New Issue
Block a user