godot-custom-plugin-tutorial/test.tscn

12 lines
330 B
Plaintext

[gd_scene load_steps=2 format=3 uid="uid://cvwcscy4ig16x"]
[ext_resource type="Script" path="res://addons/my_custom_node/my_button.gd" id="1_d8oyg"]
[node name="Node" type="Node"]
[node name="MyButton" type="Button" parent="."]
offset_right = 8.0
offset_bottom = 8.0
text = "Test custom button"
script = ExtResource("1_d8oyg")