40 lines
990 B
Plaintext
40 lines
990 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://addons/Godoxel/components/ShortcutPanel.gd" type="Script" id=1]
|
|
[ext_resource path="res://addons/Godoxel/themes/ShortcutPanel_deselected.tres" type="StyleBox" id=2]
|
|
|
|
[node name="ShortcutPanel" type="Panel"]
|
|
margin_right = 85.0
|
|
margin_bottom = 75.0
|
|
rect_min_size = Vector2( 85, 75 )
|
|
size_flags_horizontal = 0
|
|
size_flags_vertical = 0
|
|
custom_styles/panel = ExtResource( 2 )
|
|
script = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Name" type="Label" parent="VBoxContainer"]
|
|
margin_right = 85.0
|
|
margin_bottom = 35.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
align = 1
|
|
valign = 2
|
|
|
|
[node name="Shortcut" type="Label" parent="VBoxContainer"]
|
|
margin_top = 39.0
|
|
margin_right = 85.0
|
|
margin_bottom = 75.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
align = 1
|