Skip to content

Commit

Permalink
Readded atlas images
Browse files Browse the repository at this point in the history
  • Loading branch information
cindyle1 committed Sep 11, 2023
1 parent a8f7cec commit a63f74d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions source/core/src/main/com/csse3200/game/areas/ForestGameArea.java
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ public class ForestGameArea extends GameArea {
"images/projectiles/stun_effect.png",
"images/projectiles/firework_anim.png",
"images/projectiles/pierce_anim.png",


"images/projectiles/snow_ball.png"
};
private static final String[] forestTextureAtlases = {
Expand All @@ -117,8 +115,12 @@ public class ForestGameArea extends GameArea {
"images/projectiles/mobProjectile.atlas",
"images/projectiles/engineer_projectile.atlas",
"images/projectiles/mobKing_projectile.atlas",
"images/projectiles/snow_ball.atlas"

"images/projectiles/snow_ball.atlas",
"images/projectiles/pierce_anim.atlas",
"images/projectiles/burn_effect.atlas",
"images/projectiles/firework_anim.atlas",
"images/projectiles/mobProjectile.atlas",
"images/projectiles/stun_effect.atlas"
};
private static final String[] forestSounds = {
"sounds/Impact4.ogg",
Expand Down

0 comments on commit a63f74d

Please sign in to comment.