Changeset 12277 for code/branches/OrxoBlox_FS19/src/modules
- Timestamp:
- Apr 4, 2019, 4:16:22 PM (6 years ago)
- Location:
- code/branches/OrxoBlox_FS19/src/modules/OrxoBlox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBlox.cc
r12268 r12277 68 68 this->bat_[0] = nullptr; 69 69 70 this->setHUDTemplate("OrxoBloxHUD"); 70 //this->setHUDTemplate("pongHUD"); 71 //Error when specified 71 72 72 73 // Pre-set the timer, but don't start it yet. … … 126 127 void OrxoBlox::start() 127 128 { 128 orxout() << "Hello" << endl;129 129 if (this->center_ != nullptr) // There needs to be a OrxoBloxCenterpoint, i.e. the area the game takes place. 130 130 { … … 185 185 // Reset the variable. 186 186 this->bForceSpawn_ = temp; 187 187 188 } 188 189 -
code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBloxCenterpoint.cc
r12266 r12277 1 /** 2 Centerpoint: Konstruktion Spielfeld. Wird in orxoblox.oxw definiert. 3 */ 4 5 1 6 /* 2 7 * ORXONOX - the hottest 3D action shooter ever to exist … … 53 58 this->width_ = 200; 54 59 this->height_ = 120; 55 this->ballspeed_ = 100;60 this->ballspeed_ = 60; 56 61 this->ballaccfactor_ = 1.0; 57 62 this->batspeed_ = 60;
Note: See TracChangeset
for help on using the changeset viewer.