22 lines
665 B
Plaintext
22 lines
665 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://cw7ukcablgkur"]
|
|
|
|
[ext_resource type="Material" uid="uid://g4tjqwskvd62" path="res://addons/yaml/examples/assets/material.tres" id="1_1ej5c"]
|
|
[ext_resource type="Texture2D" uid="uid://duefsqwwnmduy" path="res://icon.svg" id="1_t3dkf"]
|
|
|
|
[node name="Sprite" type="Sprite2D"]
|
|
material = ExtResource("1_1ej5c")
|
|
texture = ExtResource("1_t3dkf")
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
anchors_preset = 5
|
|
anchor_left = 0.5
|
|
anchor_right = 0.5
|
|
offset_left = -155.0
|
|
offset_top = -64.0
|
|
offset_right = 27.0
|
|
offset_bottom = -41.0
|
|
grow_horizontal = 2
|
|
text = "I was loaded with YAML"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|