17 lines
481 B
Plaintext
17 lines
481 B
Plaintext
[gd_scene load_steps=3 format=3]
|
|
|
|
[ext_resource type="Script" path="res://addons/WeatherAPI/node.gd" id="1"]
|
|
[ext_resource type="Script" path="res://scenes/debug/weatherapi/weatherapi.gd" id="2"]
|
|
|
|
[node name="weatherapi" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
script = ExtResource("2")
|
|
|
|
[node name="WeatherAPINode" type="Node" parent="."]
|
|
script = ExtResource("1")
|
|
|
|
[node name="RichTextLabel" type="RichTextLabel" parent="."]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|