Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 21, 2018, 12:03:16 PM (5 years ago)
Author:
stadlero
Message:

WIP 21 nov

File:
1 edited

Legend:

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

    r12107 r12114  
     1
     2
    13#include "WagnisProvince.h"
    24#include "core/CoreIncludes.h"
     
    3234    WagnisProvince::~WagnisProvince(){
    3335
    34     }
    35 
    36     //Tick
    37     void WagnisProvince::tick(float dt){
    38         SUPER(WagnisProvince, tick, dt);
    39 
    40         if(this->health_ < this->maxHealth_){
    41             this->health_ = this->maxHealth_;
    42             orxout() << "Health test ok" << endl;        }
    4336    }
    4437
     
    107100        neighbors.push_back(prov);
    108101    }
     102
     103    void WagnisProvince::setBillbardVisibility(bool b){
     104        //TODO set visibility of billboard
     105    }
    109106}
Note: See TracChangeset for help on using the changeset viewer.