Initial commit: itch.io box art provider for OpenGamepadUI
All checks were successful
Build plugin / build (push) Successful in 1m10s

This commit is contained in:
Jose Falanga 2026-08-16 20:17:35 -03:00
commit cb26d9931c
11 changed files with 1115 additions and 0 deletions

6
core/boxart_itch.tscn Normal file
View file

@ -0,0 +1,6 @@
[gd_scene load_steps=2 format=3]
[ext_resource type="Script" path="res://plugins/itch-artprovider/core/boxart_itch.gd" id="1_boxart"]
[node name="BoxArtItch" type="Node"]
script = ExtResource("1_boxart")