11 lines
347 B
Text
11 lines
347 B
Text
[gd_scene load_steps=2 format=3 uid="uid://cx1buuhook3lk"]
|
|
|
|
[ext_resource type="Script" path="res://addons/besseretests/src/editorbutton.gd" id="1_y6jq3"]
|
|
|
|
[node name="Button" type="Button"]
|
|
offset_right = 8.0
|
|
offset_bottom = 8.0
|
|
text = "Run tests"
|
|
script = ExtResource("1_y6jq3")
|
|
|
|
[connection signal="pressed" from="." to="." method="run_tests"]
|