Skip to content

Commit

Permalink
Fixed inconsistent naming of WallTower.png files
Browse files Browse the repository at this point in the history
  • Loading branch information
nawal-0 committed Sep 30, 2023
1 parent 0c97c84 commit 2b68ed9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class NPCFactoryTest {
private final String[] texture = {
"images/towers/turret_deployed.png",
"images/towers/turret01.png",
"images/towers/wallTower.png"
"images/towers/WallTower.png"
};
private final String[] atlas = {"images/towers/turret01.atlas",
"images/mobs/xenoGrunt.atlas"};
Expand Down

0 comments on commit 2b68ed9

Please sign in to comment.