14 lines
416 B
Plaintext
14 lines
416 B
Plaintext
[gd_scene load_steps=3 format=3]
|
|
|
|
[ext_resource type="Script" path="res://scenes/weather_display/weather_display.gd" id="1"]
|
|
[ext_resource type="Texture2D" path="res://assets/texture/weather_icons/weather5.png" id="2"]
|
|
|
|
[node name="weather_display" type="TextureRect"]
|
|
offset_left = -26.0
|
|
offset_top = 171.0
|
|
offset_right = 454.0
|
|
offset_bottom = 502.0
|
|
texture = ExtResource("2")
|
|
script = ExtResource("1")
|
|
weather = 5
|