samOtero / PTDGame

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

feat: create towers at start add isBattling #13

Closed samOtero closed 2 years ago

samOtero commented 2 years ago

Completes #12

Units cannot attack or be attacked when their isBattling property is false.

Will set it to true when they are added to a spot or when an enemy spawns.