EndCommand
This commit is contained in:
@@ -83,6 +83,11 @@ void Screen::BeginScreen()
|
|||||||
this->PlayCommand( "Begin" );
|
this->PlayCommand( "Begin" );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void Screen::EndScreen()
|
||||||
|
{
|
||||||
|
this->PlayCommand( "End" );
|
||||||
|
}
|
||||||
|
|
||||||
void Screen::Update( float fDeltaTime )
|
void Screen::Update( float fDeltaTime )
|
||||||
{
|
{
|
||||||
ActorFrame::Update( fDeltaTime );
|
ActorFrame::Update( fDeltaTime );
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ public:
|
|||||||
virtual void BeginScreen();
|
virtual void BeginScreen();
|
||||||
|
|
||||||
/* This is called when the screen is popped. */
|
/* This is called when the screen is popped. */
|
||||||
virtual void EndScreen() { }
|
virtual void EndScreen();
|
||||||
|
|
||||||
virtual void Update( float fDeltaTime );
|
virtual void Update( float fDeltaTime );
|
||||||
virtual bool OverlayInput( const InputEventPlus &input );
|
virtual bool OverlayInput( const InputEventPlus &input );
|
||||||
|
|||||||
Reference in New Issue
Block a user