This commit is contained in:
parent
3dc2c02b01
commit
41a833f080
12 changed files with 76 additions and 86 deletions
|
@ -71,7 +71,7 @@ void CNpcCheckpointHazard::think(int _frames)
|
|||
{
|
||||
int HF=GameState::getOneSecondInFrames()>>1;
|
||||
if (m_timer<HF) m_flick^=2;
|
||||
if (m_flick & 2)
|
||||
if (m_flick & 2 && !GameScene.getIsPaused() )
|
||||
{
|
||||
m_scalableFont->setJustification(FontBank::JUST_CENTRE);
|
||||
m_scalableFont->print( 256, 50, "Checkpoint!" );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue