mirror of
https://github.com/RPG-Research/bcirpg.git
synced 2024-04-16 14:23:01 +00:00
15 lines
313 B
Plaintext
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
|
||
|
}
|