godot-start/scene/demo01_hello/hello_world.tscn

20 lines
420 B
Plaintext
Raw Normal View History

2021-09-12 10:07:51 +00:00
[gd_scene load_steps=2 format=2]
[ext_resource path="res://script/demo01_hello/hello_world.gd" type="Script" id=1]
[node name="Node2D" type="Node2D"]
script = ExtResource( 1 )
[node name="Label" type="Label" parent="."]
margin_left = 353.108
margin_top = 248.378
margin_right = 589.108
margin_bottom = 358.378
text = "Hello World"
align = 1
valign = 1
max_lines_visible = 2
__meta__ = {
"_edit_use_anchors_": false
}