jbienia / Tower-Defense

Tower Defense game created with the Unity Game Engine
0 stars 0 forks source link

Fix Bullet script #1

Closed jbienia closed 8 years ago

jbienia commented 8 years ago

Bullet Script and Magic Bullet need to be edited so that Magic Bullet inherits from Bullet properly. The Magic Tower currently works properly with the Bullet Script. Bullet Scrip should only be used with the Arrow.

jbienia commented 8 years ago

Magic Bullet and Magic Tower both use their own script and inherit from Tower and Bullet appropriately.