H2Grow/addons/gdfxr/editor/VersionButton.tscn

19 lines
489 B
Text

[gd_scene load_steps=2 format=2]
[ext_resource path="res://addons/gdfxr/editor/VersionButton.gd" type="Script" id=1]
[node name="VersionButton" type="LinkButton"]
self_modulate = Color( 1, 1, 1, 0.65 )
margin_left = 1024.0
margin_top = 5.0
margin_right = 1024.0
margin_bottom = 19.0
focus_mode = 2
size_flags_vertical = 4
underline = 1
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[connection signal="pressed" from="." to="." method="_on_VersionButton_pressed"]