Skip to content

feat: filterset modifiers#106

Merged
ccev merged 17 commits intomainfrom
filterset-modifiers
Apr 5, 2026
Merged

feat: filterset modifiers#106
ccev merged 17 commits intomainfrom
filterset-modifiers

Conversation

@ccev
Copy link
Copy Markdown
Owner

@ccev ccev commented Apr 5, 2026

closes #65

adds the ability to change how map objects are displayed on the map, based on what filterset they came from.

image image

modifiers

  • show the filterset icon as a badge
  • show the filterset name (or customize the exact label to show)
  • set a background glow or solid circle
  • set scale and rotation

modifiers are applied based on the first filterset in the list.

new settings on premade filtersets

  • 100% filter has a red glow
  • 0% filter has a 180° rotation (pokemon show up upside down)
  • great league filter has a blue glow and shows the badge (the great league icon)
  • ultra league filter has a yellow glow and shows the badge (the ultra league icon)

these have to be re-picked in order for the settings to take effect

this pr comes with major changes to the rendering engine. thanks @roundaboutluke for the initial implementation.

@ccev ccev merged commit 762e94e into main Apr 5, 2026
1 check passed
@ccev ccev deleted the filterset-modifiers branch April 5, 2026 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: appearance modifiers in filters

1 participant