diff --git a/project.godot b/project.godot index 05556dd..1b82aff 100644 --- a/project.godot +++ b/project.godot @@ -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" diff --git a/scenes/label.tscn b/scenes/label.tscn new file mode 100644 index 0000000..d12acdb --- /dev/null +++ b/scenes/label.tscn @@ -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"