Initial commit

This commit is contained in:
Jose Falanga 2026-08-05 17:27:43 -03:00
commit 3132a5015a
14 changed files with 1730 additions and 0 deletions

6
core/itch_client.tscn Normal file
View file

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