bcirpggithubmirror/Phase2/Godot ===(Game Code)===/MergedMaster/bcirpg_mergedMaster_20220918A/userInterface/Option.tscn

17 lines
378 B
Plaintext
Raw Normal View History

[gd_scene load_steps=2 format=2]
[ext_resource path="res://userInterface/Option.gd" type="Script" id=1]
[node name="Option" type="Button"]
margin_top = 30.0
margin_right = 984.0
margin_bottom = 68.0
text = "Option # "
align = 0
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[connection signal="button_up" from="." to="." method="_on_Option_button_up"]