Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 5, 2018, 11:54:14 AM (5 years ago)
Author:
stadlero
Message:

Game progression finished. still bugs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/wagnis_HS18/src/modules/wagnis/WagnisProvince.cc

    r12136 r12150  
    5656            case 2: this->setRadarObjectColour( colour({0,255,0}, 100.0f) );
    5757                    break;
    58             case 3: this->setRadarObjectColour( colour({0,0,255}, 100.0f) );
     58            case 3: this->setRadarObjectColour( colour({255,255,0}, 100.0f) );
    5959                    break;
    60             case 4: this->setRadarObjectColour( colour({255,255,0}, 100.0f) );
     60            case 4: this->setRadarObjectColour( colour({0,0,255}, 100.0f) );
    6161                    break;
    6262            case 5: this->setRadarObjectColour( colour({255,0,255}, 100.0f) );
     
    7777        this->troops = troops;
    7878        this->setRadarName(std::to_string(troops));
    79         //TEST
    80         if(troops == 5){
    81             Ogre::ColourValue cv = colour({255,255,255}, 100.0f);
    82             this->setRadarObjectColour(cv);
    83         }
    84        
    8579    }
    8680    //set ID
Note: See TracChangeset for help on using the changeset viewer.