- Timestamp:
- Dec 2, 2013, 5:43:39 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/invaders/src/modules/invader/InvaderHUDinfo.cc
r9854 r9866 80 80 { 81 81 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 } 82 87 this->setCaption(points); 83 88 }
Note: See TracChangeset
for help on using the changeset viewer.