From a63f74dd1b43c6c68007b9c3cf3da784c9826cca Mon Sep 17 00:00:00 2001 From: cindyle1 Date: Mon, 11 Sep 2023 19:12:10 +1000 Subject: [PATCH] Readded atlas images --- .../main/com/csse3200/game/areas/ForestGameArea.java | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/source/core/src/main/com/csse3200/game/areas/ForestGameArea.java b/source/core/src/main/com/csse3200/game/areas/ForestGameArea.java index 4f08c902a..0c3c3e46a 100644 --- a/source/core/src/main/com/csse3200/game/areas/ForestGameArea.java +++ b/source/core/src/main/com/csse3200/game/areas/ForestGameArea.java @@ -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 = { @@ -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",