Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 6, 2013, 3:09:30 PM (10 years ago)
Author:
zifloria
Message:

best game eva

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/invaders/src/modules/invader/InvaderHUDinfo.cc

    r9868 r9874  
    7878                    this->InvaderGame->bEndGame = true;
    7979                }
     80                else if (this->InvaderGame->bShowLevel)
     81                {
     82                    setTextSize(0.1);
     83                    setPosition(Vector2(0.3, 0.55));
     84                    std::stringstream sstm;
     85                    sstm << "Level " << Level;
     86                    this->setCaption(sstm.str()); // + level
     87                }
    8088                else
    8189                {
Note: See TracChangeset for help on using the changeset viewer.