Begin wereld

This commit is contained in:
Dofensmirtsz
2016-05-31 13:05:37 +02:00
parent ae5a28f273
commit 353efb38c5
22 changed files with 375 additions and 86 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ Enemy::Enemy(const std::string &fileName,
this->canCollide = true;
target = position;
speed = 1;
radius = 10;
radius = 20;
hasTarget = false;
}