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
Left-clicking a tower brings up its interaction UI, but this should only happen once the player is near that tower.
Two approaches to do this:
Just detect if the player is near. Refuse to open the menu if not
Actually move the player to the tower and then open up the UI
Might be better to work on this after we're done with the event system
The text was updated successfully, but these errors were encountered:
mayant15
changed the title
Move the player to the tower before bringing up the interation UI
Move player to the tower before bringing up the interation UI
Apr 15, 2020
Left-clicking a tower brings up its interaction UI, but this should only happen once the player is near that tower.
Two approaches to do this:
Might be better to work on this after we're done with the event system
The text was updated successfully, but these errors were encountered: