Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 4, 2019, 4:16:22 PM (5 years ago)
Author:
jeromela
Message:

Spielfeld angepasst. Next: Fumktionalitaet auch anpassen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBlox.cc

    r12268 r12277  
    6868        this->bat_[0] = nullptr;
    6969
    70         this->setHUDTemplate("OrxoBloxHUD");
     70        //this->setHUDTemplate("pongHUD");
     71        //Error when specified
    7172
    7273        // Pre-set the timer, but don't start it yet.
     
    126127    void OrxoBlox::start()
    127128    {
    128         orxout() << "Hello" << endl;
    129129        if (this->center_ != nullptr) // There needs to be a OrxoBloxCenterpoint, i.e. the area the game takes place.
    130130        {
     
    185185        // Reset the variable.
    186186        this->bForceSpawn_ = temp;
     187
    187188    }
    188189
Note: See TracChangeset for help on using the changeset viewer.