Skip to content

Commit

Permalink
Fixed all issues, regarding the renaming of wallTower to wall_tower (…
Browse files Browse the repository at this point in the history
…to fix POSIX error)
  • Loading branch information
Hasakev committed Oct 2, 2023
1 parent c188e3d commit cdb49b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public class ForestGameArea extends GameArea {
"images/mobs/Hurt.png",
"images/mobs/Idle.png",
"images/mobs/rangeBossRight.png",
"images/towers/wallTower.png",
"images/towers/wall_tower.png",
"images/background/building2.png",
"images/iso_grass_3.png",
"images/Dusty_MoonBG.png",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public class NPCFactoryTest {
private final String[] texture = {
"images/towers/turret_deployed.png",
"images/towers/turret01.png",
"images/towers/WallTower.png"
"images/towers/wall_tower.png"
};
private final String[] atlas = {
"images/towers/turret01.atlas",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class TowerFactoryTest {
private String[] texture = {
"images/towers/turret_deployed.png",
"images/towers/turret01.png",
"images/towers/WallTower.png",
"images/towers/wall_tower.png",
"images/towers/fire_tower_atlas.png",
"images/towers/stun_tower.png",
"images/towers/DroidTower.png",
Expand Down

0 comments on commit cdb49b9

Please sign in to comment.