Skip to content

added a "type" attribute to the reloadableGlobalHiscores tag #251

Open
andre wants to merge 1 commit intoCoinOPS-Official:currentfrom
andre:qr_only
Open

added a "type" attribute to the reloadableGlobalHiscores tag #251
andre wants to merge 1 commit intoCoinOPS-Official:currentfrom
andre:qr_only

Conversation

@andre
Copy link
Copy Markdown

@andre andre commented Feb 15, 2026

Valid values are [qr, table, both]. This enables the QR code to be shown in isolation, for a low-key presentation of iScored . When value is "qr", the QR code takes up the entire space allocated for the component. Also, exposed qrDelaySec qrFadeSec attribuates in the tag. These were coded (and defaulted) previously, but not exposed at the tag level.

Example tag for marquee screen:

<reloadableGlobalHiscores x="left" y="bottom" xOrigin="left" yOrigin="bottom" width="80" height="80" xOffset="10" yOffset="-10" monitor="1" layer="18" type="qr" qrDelaySec="0.0" qrFadeSec="0.0">
<onMenuJumpEnter><set duration="0.09"><animate type="alpha" to ="1"/></set></onMenuJumpEnter>
<onMenuJumpExit><set duration="0.001"><animate type="alpha" to ="1"/></set></onMenuJumpExit>
<onPlaylistEnter><set duration="0.09"><animate type="alpha" to ="1"/></set></onPlaylistEnter>
<MenuJumpEnter><set duration="0.09"><animate type="alpha" to ="1"/></set></MenuJumpEnter>
<onPlaylistExit><set duration="0.001"><animate type="alpha" to ="1"/></set></onPlaylistExit>
<MenuJumpExit><set duration="0.001"><animate type="alpha" to ="1"/></set></MenuJumpExit>
<onMenuScroll><set duration="0.09"><animate type="alpha" to ="1"/></set></onMenuScroll>
<onPlaylistScroll><set duration="0.09"><animate type="alpha" to ="1"/></set></onPlaylistScroll>
<onGameEnter><set duration="0.001"><animate type="alpha" to ="1" algorithm="easeinquadratic"/></set></onGameEnter>
<onGameExit><set duration="0.001"><animate type="alpha" to ="1" algorithm="easeinquadratic"/></set></onGameExit>
</reloadableGlobalHiscores>

…alues are qr, table, both. This enables the QR code to be shown in isolation. When value is "qr", the QR code takes up the entire space allocated for the component. Also, exposed qrDelaySec qrFadeSec attribuates in the tag. These were coded (and defaulted) previously, but not exposed at the tag level.
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.

1 participant