Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 19, 2016, 5:50:36 PM (8 years ago)
Author:
tgidron
Message:

New Floor, Level HUD, Pickups work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/tgidronFS16/src/modules/hover/TFlagsLivesLevelHUD.cc

    r11177 r11192  
    8585                this->setColour(ColourValue(1, 1, 1, 1));
    8686                this->setCaption(level);
     87               
    8788            }
    8889           
     90            if(this->hoverGame_->bShowLevel)
     91                {
     92                    setTextSize(0.2);
     93                    setPosition(Vector2(0.3, 0.55));
     94                    std::stringstream sstm;
     95                    sstm << "Level " << level;
     96                    this->setCaption(sstm.str());
     97                }
    8998    }
    9099
Note: See TracChangeset for help on using the changeset viewer.