Skip to content

Commit

Permalink
changed the sound for the stun tower
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikeya-v committed Oct 16, 2023
1 parent f403283 commit da9f555
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 5,093 deletions.
1,696 changes: 0 additions & 1,696 deletions source/core/assets/replay_pid32365.log

This file was deleted.

1,696 changes: 0 additions & 1,696 deletions source/core/assets/replay_pid33005.log

This file was deleted.

1,697 changes: 0 additions & 1,697 deletions source/core/assets/replay_pid63318.log

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,8 @@ public class ForestGameArea extends GameArea {
"sounds/towers/Desert-Eagle-Far-Single-Gunshot.mp3",
"sounds/towers/5.56_single_shot.mp3",
"sounds/towers/explosion.mp3",
"sounds/towers/eco_tower_ping.mp3"
"sounds/towers/eco_tower_ping.mp3",
"sounds/towers/ar15_single_shot_far.mp3"
};
private static final String backgroundMusic = "sounds/background/Sci-Fi1.ogg";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class StunTowerAnimationController extends Component {

//further sounds can be added for the tower attacks/movement

private static final String FIRE_SINGLE_SFX = "sounds/towers/Desert-Eagle-Far-Single-Gunshot.mp3";
private static final String FIRE_SINGLE_SFX = "sounds/towers/ar15_single_shot_far.mp3";

private final Sound fireSingleSound = ServiceLocator.getResourceService().getAsset(
FIRE_SINGLE_SFX, Sound.class);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class StunTowerAnimationControllerTest {
private final String[] texture = {"images/towers/stun_tower.png"};
private final String[] atlas = {"images/towers/stun_tower.atlas"};
private static final String[] sounds = {
"sounds/towers/Desert-Eagle-Far-Single-Gunshot.mp3"
"sounds/towers/ar15_single_shot_far.mp3"
};

@BeforeEach
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ public class TowerFactoryTest {
"sounds/towers/Desert-Eagle-Far-Single-Gunshot.mp3",
"sounds/towers/5.56_single_shot.mp3",
"sounds/towers/explosion.mp3",
"sounds/towers/eco_tower_ping.mp3"
"sounds/towers/eco_tower_ping.mp3",
"sounds/towers/ar15_single_shot_far.mp3"

};

Expand Down

0 comments on commit da9f555

Please sign in to comment.