Changeset 12382
- Timestamp:
- May 16, 2019, 3:34:58 PM (6 years ago)
- Location:
- code/branches/OrxoBlox_FS19
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/OrxoBlox_FS19/data/overlays/OrxoBloxHUD.oxo
r12370 r12382 21 21 /> 22 22 23 <OverlayText 24 position = "0.7, 0.20" 25 pickpoint = "0.0, 0.0" 26 font = "ShareTechMono" 27 textsize = 0.05 28 colour = "1.0, 1.0, 1.0, 1.0" 29 align = "left" 30 31 /> 32 23 33 24 34 </OverlayGroup> … … 38 48 </OverlayGroup> 39 49 </Template> 50 51 52 <Template name="spectatorhud"> 53 <OverlayGroup name = "spectatorhud" scale = "1, 1"> 54 </OverlayGroup> 55 </Template> -
code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBlox.cc
r12379 r12382 156 156 this->LevelUp(); 157 157 158 159 158 160 //Create Ship 159 161 //this->ship_ = new OrxoBloxShip(this->center_->getContext()); … … 195 197 { 196 198 int score = this->getScore(this->getPlayer()); 197 Highscore::getInstance().storeScore(" Tetris", score, this->getPlayer());199 Highscore::getInstance().storeScore("OrxoBlox", score, this->getPlayer()); 198 200 } 199 201
Note: See TracChangeset
for help on using the changeset viewer.