add scripts from post-scale attempt

This commit is contained in:
Sylvia 2026-07-10 01:08:12 -07:00
parent 96dcfa9064
commit 87383d5b8c
18 changed files with 362 additions and 148 deletions

View file

@ -0,0 +1,11 @@
using UnityEngine;
public class IceBall : Projectile
{
[SerializeField] private EnemyBulletPattern pattern;
public void Shatter()
{
pattern.TryAbility();
Destroy(gameObject);
}
}

View file

@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: 79ca09c8408e601d7ba18c2cb6204375