Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jmnorheim committed Apr 17, 2024
2 parents 65c156c + 96cc664 commit 701687b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ public static Entity createTower(CardType cardType1, CardType cardType2, Vector2
textures.add(TexturePack.TOWER_TOR_FRAME1);
textures.add(TexturePack.TOWER_TOR_FRAME2);
textures.add(TexturePack.TOWER_TOR_FRAME3);
textures.add(TexturePack.TOWER_TOR_FRAME2);
textures.add(TexturePack.TOWER_TOR_FRAME1);
damage = 7;
range = 3;
attackCooldown = 75;
Expand All @@ -64,6 +66,8 @@ public static Entity createTower(CardType cardType1, CardType cardType2, Vector2
textures.add(TexturePack.TOWER_MAGIC_FRAME1);
textures.add(TexturePack.TOWER_MAGIC_FRAME2);
textures.add(TexturePack.TOWER_MAGIC_FRAME3);
textures.add(TexturePack.TOWER_MAGIC_FRAME2);
textures.add(TexturePack.TOWER_MAGIC_FRAME1);
damage = 8;
range = 3;
attackCooldown = 80;
Expand Down

0 comments on commit 701687b

Please sign in to comment.