gmuGADIG / Fruit-Punch

Unity game developed by GADIG at GMU, Spring 2024.
4 stars 0 forks source link

Spawner enemy to game object #241

Closed MistOfJudgement closed 3 months ago

MistOfJudgement commented 3 months ago

In order to allow ScreenSpawners to spawn bosses, the enemy field on the EnemySpawnData was changed from Enemy to GameObject. This causes existing spawndata to lose the enemy field. This PR both updates the property on ScreenSpawner and updates the scenes with enemy data using the Migrator script.