GatherLite

GatherLite

1M Downloads

Un'Goro Soil showing up as green squares instead of icons

rbpaiett opened this issue ยท 2 comments

commented

Describe the bug
Un'Goro Soil shows green squares on the map

To Reproduce
Steps to reproduce the behavior:

Enable Gatherlite
Open map in Un'Goro

Expected behavior
Expect to see Un'Goro Soil icons.

Screenshots
Gatherlite Un'Goro Soil

commented

It worked nicely, thanks a lot!

commented

This is caused by the text "Open\\" missing as a prefix for "Soil" on line 333 of nodes.lua.

This line:
icon = _GatherLite.iconPath .. "Soil",

Should be:
icon = _GatherLite.iconPath .. "Open\\Soil",