Skip to content

Commit

Permalink
Commented out sound to fix Mob Junit
Browse files Browse the repository at this point in the history
  • Loading branch information
freshc0w committed Sep 11, 2023
1 parent b6dd115 commit a8f7cec
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
* of the events is triggered.
*/
public class XenoAnimationController extends Component {
// For on collision sounds later
private static final String COLLISION_SFX = "sounds/projectiles/on_collision.mp3";
Sound onCollisionSound = ServiceLocator.getResourceService().getAsset(
COLLISION_SFX, Sound.class);
// // For on collision sounds later
// private static final String COLLISION_SFX = "sounds/projectiles/on_collision.mp3";
// Sound onCollisionSound = ServiceLocator.getResourceService().getAsset(
// COLLISION_SFX, Sound.class);
AnimationRenderComponent animator;

@Override
Expand Down

0 comments on commit a8f7cec

Please sign in to comment.