What would be better?

I’m making a tower defense style game. The big difference is that there is no path, and they are all running straight tower. I’m wondering would it be better to make a script inside each tower or should I make a tag in each tower and a script that gets those tags and does the code for all of the towers.

If each tower has the same functionality then definitely the second option.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.