[gd_scene load_steps=2 format=2] [ext_resource path="res://ui/windows/keybinds/KeybindEntry.gd" type="Script" id=1] [node name="KeybindEntry" type="HBoxContainer"] margin_right = 996.0 margin_bottom = 37.0 script = ExtResource( 1 ) __meta__ = { "_edit_use_anchors_": false } [node name="Label" type="Label" parent="."] margin_top = 6.0 margin_right = 580.0 margin_bottom = 31.0 size_flags_horizontal = 3 text = "Keybind" [node name="Button" type="Button" parent="."] margin_left = 588.0 margin_right = 788.0 margin_bottom = 37.0 rect_min_size = Vector2( 200, 30 ) text = "empty" [node name="Button2" type="Button" parent="."] margin_left = 796.0 margin_right = 996.0 margin_bottom = 37.0 rect_min_size = Vector2( 200, 30 ) text = "empty" [connection signal="pressed" from="Button" to="." method="query_keybind_1"] [connection signal="pressed" from="Button2" to="." method="query_keybind_2"]