added animation
but not full in ADeditor
This commit is contained in:
@@ -28,6 +28,7 @@ bool Towers::addTower(int playerId, int srcId, QPoint pos)
|
||||
TowerType tw;
|
||||
tw.src = srcId;
|
||||
tw.imgType = gameData->players.at(playerId)->srcTowers.at(srcId).imgType;
|
||||
tw.animIndex = 0;
|
||||
tw.PlayerId = playerId;
|
||||
tw.angle = 0;
|
||||
tw.build = 0;
|
||||
|
||||
Reference in New Issue
Block a user