Step by step - Nodes and Scenes

This commit is contained in:
Laegnur 2024-08-27 18:13:54 +02:00
parent 04e6f18f19
commit be2e85942e
Signed by: laegnur
GPG key ID: F8FE83A0B2D932A3
2 changed files with 9 additions and 0 deletions

View file

@ -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
View 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"