LPGameDevs / EditarrrPublic

Public repo for level editor tools in Unity
MIT License
11 stars 2 forks source link

Added UGUI Tiletip and events in the TileButton #176

Closed EndocrineMSc closed 1 year ago

EndocrineMSc commented 1 year ago

Added a single tiletip that changes its information based on the EditorTileData that gets sent by an event, when entering a selection tile.

I did this in the UGUI System and added a new Canvas to the EditorCreate scene, which lies in a very high sorting order, so the tiletips are always above any other UI. The canvas only holds the tiletip prefab.

CalmPewter commented 1 year ago

We need to get this merged asap so we have some time to adjust the tiletips before launch