gmuGADIG / Fruit-Punch

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

233 throwable bosses & BaseBoss prefab+script #276

Closed MistOfJudgement closed 1 month ago

MistOfJudgement commented 1 month ago

Created a base boss prefab for bosses so that I don't have to see as much duplicated code as I already do. In addition to a base boss script, I also added the functionality to throw bosses.

I do really wish we could refactor the enemies and bosses to not have duplicated code between the two but I'll leave that for the future.