Skip to content

Commit

Permalink
new images //Maks
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyKirakosyan committed Dec 17, 2011
1 parent c037f3b commit 6b84fdb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file modified Tank.Bullet.fla
Binary file not shown.
Binary file modified gui.fla
Binary file not shown.
Binary file modified libs/TankBaseView.swc
Binary file not shown.
8 changes: 4 additions & 4 deletions src/game/tank/Tank.as
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,12 @@ public class Tank extends MapObject {

private function createTankBase():void {
if (_vo.tankBase == 0) {
tankBase = new TankBaseView();
tankBase = new Tank1();
} else {
tankBase = new Sprite();
const brickView:BricksView = new BricksView();
brickView.x -= brickView.width/2;
brickView.y -= brickView.height/2;
const brickView:Tank2 = new Tank2();
//brickView.x -= brickView.width/2;
//brickView.y -= brickView.height/2;
tankBase.addChild(brickView);
}
}
Expand Down

0 comments on commit 6b84fdb

Please sign in to comment.