broken_seals/game/ui/keybinds/Keybinds.tscn
2019-11-20 14:30:34 +01:00

74 lines
2.1 KiB
Plaintext

[gd_scene load_steps=4 format=2]
[ext_resource path="res://ui/keybinds/Keybinds.gd" type="Script" id=1]
[ext_resource path="res://ui/theme/ui_theme.tres" type="Theme" id=2]
[ext_resource path="res://ui/keybinds/KeybindCategory.tscn" type="PackedScene" id=3]
[node name="KeybindWindow" type="PanelContainer"]
anchor_right = 1.0
anchor_bottom = 1.0
theme = ExtResource( 2 )
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
keybind_category_scene = ExtResource( 3 )
content_container_path = NodePath("VBoxContainer/ScrollContainer/Content")
[node name="VBoxContainer" type="VBoxContainer" parent="."]
margin_left = 4.0
margin_top = 4.0
margin_right = 1020.0
margin_bottom = 596.0
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
margin_right = 1016.0
margin_bottom = 30.0
[node name="Label" type="Label" parent="VBoxContainer/HBoxContainer"]
margin_top = 7.0
margin_right = 968.0
margin_bottom = 22.0
size_flags_horizontal = 3
text = "Keybinds"
[node name="Button" type="Button" parent="VBoxContainer/HBoxContainer"]
margin_left = 976.0
margin_right = 1016.0
margin_bottom = 30.0
rect_min_size = Vector2( 40, 30 )
text = "X"
[node name="ScrollContainer" type="ScrollContainer" parent="VBoxContainer"]
margin_top = 38.0
margin_right = 1016.0
margin_bottom = 554.0
size_flags_horizontal = 3
size_flags_vertical = 3
scroll_horizontal_enabled = false
[node name="Content" type="VBoxContainer" parent="VBoxContainer/ScrollContainer"]
margin_right = 1016.0
size_flags_horizontal = 3
[node name="HBoxContainer2" type="HBoxContainer" parent="VBoxContainer"]
margin_top = 562.0
margin_right = 1016.0
margin_bottom = 592.0
alignment = 2
[node name="Button" type="Button" parent="VBoxContainer/HBoxContainer2"]
margin_left = 848.0
margin_right = 928.0
margin_bottom = 30.0
rect_min_size = Vector2( 80, 30 )
text = "Cancel"
[node name="Button2" type="Button" parent="VBoxContainer/HBoxContainer2"]
margin_left = 936.0
margin_right = 1016.0
margin_bottom = 30.0
rect_min_size = Vector2( 80, 30 )
text = "OK"
[connection signal="pressed" from="VBoxContainer/HBoxContainer/Button" to="." method="hide"]