itchio-opengamepadui-artpro.../core
Jose Falanga 49fdbe8f0f
All checks were successful
Build plugin / build (push) Successful in 1m10s
fix: start AnimatedTextures unpaused to fix race condition
AnimatedTextures were created paused, relying on the gui_focus_changed
handler to unpause them. But get_boxart is async — by the time the
AnimatedTexture is set on the TextureRect, focus may already be on the
card, so gui_focus_changed never fires for it. Animation stays paused.

Start unpaused instead. The focus handler still pauses unfocused cards
and unpauses focused ones, so only the active card animates.

Bump to v0.1.17
2026-08-20 00:21:35 -03:00
..
artprovider_settings.gd feat: animated GIF covers with config toggle and focus-based pausing 2026-08-19 21:11:04 -03:00
artprovider_settings.tscn feat: animated GIF covers with config toggle and focus-based pausing 2026-08-19 21:11:04 -03:00
boxart_itch.gd fix: start AnimatedTextures unpaused to fix race condition 2026-08-20 00:21:35 -03:00
boxart_itch.tscn Initial commit: itch.io box art provider for OpenGamepadUI 2026-08-16 20:17:35 -03:00