Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow overriding colours (& textures?) for tags #82

Closed
microlith57 opened this issue Sep 2, 2023 · 0 comments · Fixed by #85
Closed

allow overriding colours (& textures?) for tags #82

microlith57 opened this issue Sep 2, 2023 · 0 comments · Fixed by #85
Labels
TODO Things left to do

Comments

@microlith57
Copy link
Member

ok so currently tags use the chapter panel's banner colours. that's nice usually, but in some contexts (eg. contests where the "#x overall" tag should stand out) it would be helpful to be able to override this, and use a custom background and foreground for a specific tag only.
ideally a background image could be used as well, for example to give especially noteworthy tags a gold background.

here is an example of what that might look like:

card

i plan to implement this with approximately the following syntax, subject to change:

ExampleCollab_1_Lobby_map1_collabcreditstags=
  {collabutils_tag background_texture="some_image_in_gui_atlas" accent="000000"}Tag 1{/collabutils_tag}
  {collabutils_tag background="000000" accent="ffffff"}Tag 2{/collabutils_tag}
  Tag 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
TODO Things left to do
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant