Step by step - Nodes and Scenes
This commit is contained in:
parent
04e6f18f19
commit
be2e85942e
2 changed files with 9 additions and 0 deletions
|
@ -11,6 +11,7 @@ config_version=5
|
|||
[application]
|
||||
|
||||
config/name="Godot Docs"
|
||||
run/main_scene="res://scenes/label.tscn"
|
||||
config/features=PackedStringArray("4.3", "Forward Plus")
|
||||
config/icon="res://icon.png"
|
||||
|
||||
|
|
8
scenes/label.tscn
Normal file
8
scenes/label.tscn
Normal file
|
@ -0,0 +1,8 @@
|
|||
[gd_scene format=3 uid="uid://dv2wrcn1ltc41"]
|
||||
|
||||
[node name="Label" type="Label"]
|
||||
offset_left = 545.0
|
||||
offset_top = 270.0
|
||||
offset_right = 636.0
|
||||
offset_bottom = 293.0
|
||||
text = "Hello World"
|
Loading…
Reference in a new issue