samOtero / PTDGame

A 3D reimagining of the original Pokemon Tower Defense game made in Unity.
17 stars 2 forks source link

feat: add captured unit to party #15

Closed samOtero closed 2 years ago

samOtero commented 2 years ago

Implementation for adding a captured unit to your party and updating the UI allowing you to use it in combat.

For now the unit profile added is hardcoded to be a rat but will change in the future to reflect actual enemy unit.

Resolves #11