No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

NodeTest.tscn 606B

1234567891011121314151617181920
  1. [gd_scene load_steps=3 format=2]
  2. [ext_resource path="res://addons/EXP-System-Dialog/Dialog Editor/Nodes/Line/Line_Node.tscn" type="PackedScene" id=1]
  3. [ext_resource path="res://tests/NodeTest.gd" type="Script" id=2]
  4. [node name="NodeTest" type="Node"]
  5. script = ExtResource( 2 )
  6. [node name="Line" parent="." instance=ExtResource( 1 )]
  7. [node name="Button" type="Button" parent="."]
  8. margin_left = 378.27
  9. margin_top = 132.451
  10. margin_right = 427.27
  11. margin_bottom = 152.451
  12. text = "LOAD"
  13. __meta__ = {
  14. "_edit_use_anchors_": false
  15. }
  16. [connection signal="pressed" from="Button" to="." method="_on_Button_pressed"]