mirror of
https://github.com/RPG-Research/bcirpg.git
synced 2024-04-16 14:23:01 +00:00
b15d2976e8
Creates the Merged Master game code as discussed in meeting for us all to branch and work off of.
17 lines
378 B
Plaintext
17 lines
378 B
Plaintext
[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"]
|