You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
483 B

[gd_scene load_steps=3 format=3 uid="uid://3qgip1nsocyh"]
[ext_resource type="Script" path="res://scenes/Global/API.gd" id="1_hqdog"]
[ext_resource type="Script" path="res://scenes/Global/APIRequest.gd" id="2_yhpn3"]
[node name="Global" type="Node2D"]
script = ExtResource("1_hqdog")
[node name="HTTPRequest" type="HTTPRequest" parent="."]
script = ExtResource("2_yhpn3")
[connection signal="request_completed" from="HTTPRequest" to="HTTPRequest" method="_on_request_completed"]