diff --git a/Assets/02_Scripts/Barrel.cs b/Assets/02_Scripts/Barrel.cs index 1cd9d35..cb7449b 100644 --- a/Assets/02_Scripts/Barrel.cs +++ b/Assets/02_Scripts/Barrel.cs @@ -8,7 +8,7 @@ public class Barrel : MonoBehaviour void Start() { - + expEffect = Resources.Load("BigExplosion"); } // Update is called once per frame