klambo94 / LifeCurrency

0 stars 0 forks source link

Map clickable areas on the map highlighted when the player hovers over them. #5

Open klambo94 opened 5 years ago

klambo94 commented 5 years ago

Once the world map art is created, make the World Map Scene highlight the clickable area.

@adam6806 idea is to have sprites on the map that are essentially transpariant. Once a user is hovering over the sprite, have the sprite be highlighted to indicate that it is a place the player can travel to.

In the code, Unity will utialize the OnMouseEnter() and OnMouseExit() or OnMouseOver(). These changes should be made in OnMouseEvents.cs script.