Added assist tick and text field editing to editor. Cleaned up more theme metrics stuff.

This commit is contained in:
Chris Danford
2002-08-29 04:56:03 +00:00
parent 5fb403639f
commit 6d7da107f3
10 changed files with 186 additions and 107 deletions
+4 -2
View File
@@ -39,6 +39,8 @@ ScreenEditMenu::ScreenEditMenu()
{
LOG->Trace( "ScreenEditMenu::ScreenEditMenu()" );
GAMESTATE->m_CurStyle = STYLE_NONE;
Selector.SetXY( 0, 0 );
// Selector.AllowNewNotes();
this->AddSubActor( &Selector );
@@ -149,9 +151,9 @@ void ScreenEditMenu::MenuStart( PlayerNumber p )
m_soundSelect.PlayRandom();
m_Menu.TweenOffScreenToBlack( SM_None, false );
m_Menu.TweenOffScreenToBlack( SM_GoToNextScreen, false );
m_Fade.CloseWipingRight( SM_GoToNextScreen );
m_Fade.CloseWipingRight( SM_None );
}
void ScreenEditMenu::MenuBack( PlayerNumber p )