20 lines
606 B
Text
20 lines
606 B
Text
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://addons/EXP-System-Dialog/Dialog Editor/Nodes/Line/Line_Node.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://tests/NodeTest.gd" type="Script" id=2]
|
|
|
|
[node name="NodeTest" type="Node"]
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="Line" parent="." instance=ExtResource( 1 )]
|
|
|
|
[node name="Button" type="Button" parent="."]
|
|
margin_left = 378.27
|
|
margin_top = 132.451
|
|
margin_right = 427.27
|
|
margin_bottom = 152.451
|
|
text = "LOAD"
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
[connection signal="pressed" from="Button" to="." method="_on_Button_pressed"]
|