Files
GGJ26/addons/maaacks_game_template/utilities/download_and_extract.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

15 lines
609 B
Plaintext

[gd_scene load_steps=2 format=3 uid="uid://5hhnbgqjwnic"]
[ext_resource type="Script" uid="uid://bkno1by7i3hrb" path="res://addons/maaacks_game_template/utilities/download_and_extract.gd" id="1_1few7"]
[node name="DownloadAndExtract" type="Node"]
script = ExtResource("1_1few7")
[node name="HTTPRequest" type="HTTPRequest" parent="."]
[node name="TimeoutTimer" type="Timer" parent="."]
one_shot = true
[connection signal="request_completed" from="HTTPRequest" to="." method="_on_http_request_request_completed"]
[connection signal="timeout" from="TimeoutTimer" to="." method="_on_timeout_timer_timeout"]