bcirpggithubmirror/Phase2/Godot ===(Game Code)===/MainMenu/GodotUserInterface_Luke/TestNode2D.tscn
darioGerussi 128e8b79dc Reorganized folder layout
Reorganized the folders for a simpler and clearer layout.
2022-03-27 12:47:31 -05:00

15 lines
313 B
Plaintext

[gd_scene load_steps=2 format=2]
[ext_resource path="res://TestNode2D.gd" type="Script" id=1]
[node name="Node2D" type="Node2D"]
script = ExtResource( 1 )
[node name="Label" type="Label" parent="."]
margin_right = 40.0
margin_bottom = 14.0
text = "Game Started Node"
__meta__ = {
"_edit_use_anchors_": false
}