Skip to content

Commit

Permalink
Add TowerFactory textures and attack frames
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasfremming committed Apr 17, 2024
1 parent b560e8b commit 80226b2
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ public static Entity createTower(CardType cardType1, CardType cardType2, Vector2
textures.add(TexturePack.TOWER_FIRE_FRAME1);
textures.add(TexturePack.TOWER_FIRE_FRAME2);
textures.add(TexturePack.TOWER_FIRE_FRAME3);
textures.add(TexturePack.TOWER_FIRE_ATTACK_FRAME1);
textures.add(TexturePack.TOWER_FIRE_ATTACK_FRAME2);
textures.add(TexturePack.TOWER_FIRE_ATTACK_FRAME3);

damage = 4;
range = 2;
attackCooldown = 40;
Expand Down

0 comments on commit 80226b2

Please sign in to comment.