Files
GGJ26/addons/maaacks_game_template/installer/check_plugin_version.tscn
minimata 44f251ed66
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 6s
Create tag and build when new code gets to main / Export (push) Successful in 1m1s
Basic game template addon
2026-01-30 19:45:56 +01:00

17 lines
921 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://depfw7i463ojc"]
[ext_resource type="Script" uid="uid://chjaeg7rfnixu" path="res://addons/maaacks_game_template/installer/check_plugin_version.gd" id="1_aqelj"]
[ext_resource type="PackedScene" uid="uid://cf0hkngq1mgfy" path="res://addons/maaacks_game_template/utilities/api_client.tscn" id="2_5myc0"]
[node name="CheckPluginVersion" type="Node"]
script = ExtResource("1_aqelj")
plugin_directory = "maaacks_game_template"
plugin_github_url = "https://github.com/Maaack/Godot-Minimal-Game-Template"
[node name="APIClient" parent="." instance=ExtResource("2_5myc0")]
api_url = "https://api.github.com/repos/Maaack/Godot-Minimal-Game-Template/releases"
request_method = 0
[connection signal="request_failed" from="APIClient" to="." method="_on_api_client_request_failed"]
[connection signal="response_received" from="APIClient" to="." method="_on_api_client_response_received"]