Changeset 12382 for code/branches/OrxoBlox_FS19/src/modules
- Timestamp:
- May 16, 2019, 3:34:58 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.