Path Modifier in Tower Of Defense Game
- by Siddharth
I implemented PathModifier for path of each enemy in my tower of defense game. So I applied fixed time to path modifier in that enemy complete their path. Like following code describe.
new PathModifier(speed, path);
Here speed define the time to complete the path. But in tower of defense game my problem is, there is a tower which slow down the…