home
This commit is contained in:
parent
a8c70bdb05
commit
362af1265c
@ -233,9 +233,9 @@ public class AssetManager {
|
|||||||
for(int j = 0; j < 10; j++){
|
for(int j = 0; j < 10; j++){
|
||||||
|
|
||||||
//if(i == 0) {
|
//if(i == 0) {
|
||||||
rocketTank l = new rocketTank(new vector(j*0.25f+ 1.125f,-0.3f, 22.125f - i*0.25f), 90, 1);
|
//rocketTank l = new rocketTank(new vector(j*0.25f+ 1.125f,-0.3f, 22.125f - i*0.25f), 90, 1);
|
||||||
l.damageMultiplier =2;
|
//l.damageMultiplier =2;
|
||||||
addRocketTank(l);
|
//addRocketTank(l);
|
||||||
//techCenter.rocketTankResearched_enemy = true;
|
//techCenter.rocketTankResearched_enemy = true;
|
||||||
|
|
||||||
//}else {
|
//}else {
|
||||||
@ -261,7 +261,7 @@ public class AssetManager {
|
|||||||
//lightTank.tileCheckList_player = lightTank.generateTileCheckList(6);
|
//lightTank.tileCheckList_player = lightTank.generateTileCheckList(6);
|
||||||
|
|
||||||
//addLightTank(l);
|
//addLightTank(l);
|
||||||
addGunTurret(new gunTurret(i*0.25f -0.125f + 13, -0.65f, 0.25f + 20.125f + j*0.25f, 0));
|
//addGunTurret(new gunTurret(i*0.25f -0.125f + 13, -0.65f, 0.25f + 20.125f + j*0.25f, 0));
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user