Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 19, 2015, 1:31:54 PM (9 years ago)
Author:
erbj
Message:

tower now inherits from turret

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/towerdefenseFS15/src/modules/towerdefense/TowerDefense.cc

    r10258 r10319  
    7777#include "TowerDefenseCenterpoint.h"
    7878//#include "TDCoordinate.h"
    79 #include "TowerTurret.h"
    8079#include "worldentities/SpawnPoint.h"
    8180#include "worldentities/pawns/Pawn.h"
     
    141140        }
    142141
     142        //the path of the spacehips has to be blocked, so that no towers can be build there
    143143        for (int k=0; k<3; k++)
    144144            towermatrix[1][k]=true;
     
    153153
    154154        //set initial credits, lifes and WaveNumber
    155         this->setCredit(200);
     155        this->setCredit(1000);
    156156        this->setLifes(50);
    157157        this->setWaveNumber(0);
     
    159159
    160160        //adds initial towers
     161        /*
    161162        for (int i=0; i <7; i++){
    162163            addTower(i+3,4);
    163         }/*
    164         for (int j=0; j < 7; j++){
    165             addTower(9,j+5);
    166         }*/
     164        }
     165        */
    167166    }
    168167
Note: See TracChangeset for help on using the changeset viewer.