38 lines
812 B
Plaintext
38 lines
812 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://gymkhana/addons/escoria-ui-2verbs/verbs_menu.gd" type="Script" id=1]
|
|
|
|
[node name="actions" type="GridContainer"]
|
|
margin_right = 493.0
|
|
margin_bottom = 263.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
columns = 3
|
|
script = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="action1" type="Button" parent="."]
|
|
margin_right = 161.0
|
|
margin_bottom = 85.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
toggle_mode = true
|
|
text = "Left click"
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="action2" type="Button" parent="."]
|
|
margin_left = 165.0
|
|
margin_right = 326.0
|
|
margin_bottom = 85.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
toggle_mode = true
|
|
text = "Right click"
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|