You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of now the tower placement selector's transform.position is set directly on each update. This should be changed to an interpolation instead to get a smoother flowing selector.
Relevant place to make this change would be the update function in TowerPlacer.
The text was updated successfully, but these errors were encountered:
As of now the tower placement selector's
transform.position
is set directly on each update. This should be changed to an interpolation instead to get a smoother flowing selector.Relevant place to make this change would be the update function in
TowerPlacer
.The text was updated successfully, but these errors were encountered: