Icons setup
How to find and change icons used in coachHint
Find and click on Icon that you want to use
On the right side of the site, scroll down until you can see "Icon name" (see screenshot below)
Click Copy code next to Icon Name
Inside config/config.lua find:
Config.DefaultIcons = {
coords = 'place',
points = 'trending_up'
}
'coords' - used for ShowHintCoords
'points' - used for ShowHintWithPoints

Last updated