Ephenia / Pokeclicker-Scripts

Various scripts & enhancements for the game Pokéclicker.
https://github.com/Ephenia/Pokeclicker-Scripts
GNU General Public License v3.0
184 stars 263 forks source link

Fix Badges Not Displaying in Gyms Shortcut Modal #370

Closed SunOfLife1 closed 5 months ago

SunOfLife1 commented 5 months ago

Currently badges don't display when opening the gyms shortcut modal because generateRegionGymsList looks for ".png" files. Badge images seem to be stored as ".svg" files, so this commit makes generateRegionGymsList look for ".svg" files and thus allows badges to display in the gyms shortcut modal.