godot-start/scene/demo01_hello/hello_world.tscn

21 lines
470 B
Plaintext

[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 = 359.408
margin_top = 248.378
margin_right = 595.408
margin_bottom = 358.378
rect_pivot_offset = Vector2( -0.558563, -0.7173 )
text = "Hello World"
align = 1
valign = 1
max_lines_visible = 2
__meta__ = {
"_edit_use_anchors_": false
}