Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 2, 2013, 5:43:39 PM (12 years ago)
Author:
zifloria
Message:

no ending, no crash

File:
1 edited

Legend:

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

    r9854 r9866  
    8080            {
    8181                const std::string& points = multi_cast<std::string>(this->InvaderGame->getPoints());
     82                if (this->InvaderGame->lives <= 0)
     83                {
     84                    setTextSize(0.1);
     85                    setPosition(Vector2(0.2, 0.5));
     86                }
    8287                this->setCaption(points);
    8388            }
Note: See TracChangeset for help on using the changeset viewer.