split ScreenHighScores from ScreenRanking. These two things lived in the same file and shared enums, but shared almost no code

This commit is contained in:
Chris Danford
2008-11-27 03:01:42 +00:00
parent 11989f0e70
commit ada22d4312
7 changed files with 0 additions and 8 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 KiB

@@ -1,3 +0,0 @@
return LoadActor( "bg" ) .. {
InitCommand = cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;)
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 628 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 721 B

@@ -1,4 +0,0 @@
return LoadFont("common normal") .. {
Text = "Best Ranking",
InitCommand = cmd(horizalign,'HorizAlign_Left';x,SCREEN_LEFT+48;y,SCREEN_TOP+32;shadowlength,0)
}
@@ -1 +0,0 @@
common normal