115 lines
3.3 KiB
Plaintext
115 lines
3.3 KiB
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://addons/Godoxel/components/ShortcutWindow.gd" type="Script" id=1]
|
|
[ext_resource path="res://addons/Godoxel/components/ShortcutPanel.tscn" type="PackedScene" id=2]
|
|
|
|
[sub_resource type="StyleBoxFlat" id=1]
|
|
bg_color = Color( 0.247059, 0.239216, 0.239216, 0.819608 )
|
|
border_color = Color( 1, 1, 1, 1 )
|
|
border_blend = true
|
|
corner_radius_top_left = 20
|
|
corner_radius_top_right = 80
|
|
corner_radius_bottom_right = 20
|
|
corner_radius_bottom_left = 80
|
|
|
|
[node name="ShortcutWindow" type="Panel"]
|
|
visible = false
|
|
margin_right = 390.0
|
|
margin_bottom = 328.0
|
|
rect_pivot_offset = Vector2( -497, -187 )
|
|
custom_styles/panel = SubResource( 1 )
|
|
script = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="ShortcutContainer" type="VBoxContainer" parent="."]
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
margin_left = -189.0
|
|
margin_top = -124.0
|
|
margin_right = 158.0
|
|
margin_bottom = 158.0
|
|
custom_constants/separation = 15
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="ShortcutContainer"]
|
|
margin_right = 355.0
|
|
margin_bottom = 75.0
|
|
size_flags_vertical = 0
|
|
custom_constants/separation = 15
|
|
alignment = 1
|
|
|
|
[node name="PAINT" parent="ShortcutContainer/HBoxContainer" instance=ExtResource( 2 )]
|
|
margin_left = 35.0
|
|
margin_right = 120.0
|
|
|
|
[node name="BUCKET" parent="ShortcutContainer/HBoxContainer" instance=ExtResource( 2 )]
|
|
margin_left = 135.0
|
|
margin_right = 220.0
|
|
|
|
[node name="RAINBOW" parent="ShortcutContainer/HBoxContainer" instance=ExtResource( 2 )]
|
|
margin_left = 235.0
|
|
margin_right = 320.0
|
|
|
|
[node name="HBoxContainer2" type="HBoxContainer" parent="ShortcutContainer"]
|
|
margin_top = 90.0
|
|
margin_right = 355.0
|
|
margin_bottom = 165.0
|
|
size_flags_vertical = 0
|
|
custom_constants/separation = 15
|
|
alignment = 1
|
|
|
|
[node name="Control" type="Control" parent="ShortcutContainer/HBoxContainer2"]
|
|
margin_left = 17.0
|
|
margin_right = 37.0
|
|
margin_bottom = 75.0
|
|
rect_min_size = Vector2( 20, 0 )
|
|
|
|
[node name="LINE" parent="ShortcutContainer/HBoxContainer2" instance=ExtResource( 2 )]
|
|
margin_left = 52.0
|
|
margin_right = 137.0
|
|
|
|
[node name="RECT" parent="ShortcutContainer/HBoxContainer2" instance=ExtResource( 2 )]
|
|
margin_left = 152.0
|
|
margin_right = 237.0
|
|
|
|
[node name="COLORPICKER" parent="ShortcutContainer/HBoxContainer2" instance=ExtResource( 2 )]
|
|
margin_left = 252.0
|
|
margin_right = 337.0
|
|
|
|
[node name="HBoxContainer3" type="HBoxContainer" parent="ShortcutContainer"]
|
|
margin_top = 180.0
|
|
margin_right = 355.0
|
|
margin_bottom = 255.0
|
|
size_flags_vertical = 0
|
|
custom_constants/separation = 15
|
|
alignment = 1
|
|
|
|
[node name="Control" type="Control" parent="ShortcutContainer/HBoxContainer3"]
|
|
margin_right = 20.0
|
|
margin_bottom = 75.0
|
|
rect_min_size = Vector2( 20, 0 )
|
|
|
|
[node name="Control2" type="Control" parent="ShortcutContainer/HBoxContainer3"]
|
|
margin_left = 35.0
|
|
margin_right = 55.0
|
|
margin_bottom = 75.0
|
|
rect_min_size = Vector2( 20, 0 )
|
|
|
|
[node name="BRIGHTEN" parent="ShortcutContainer/HBoxContainer3" instance=ExtResource( 2 )]
|
|
margin_left = 70.0
|
|
margin_right = 155.0
|
|
|
|
[node name="DARKEN" parent="ShortcutContainer/HBoxContainer3" instance=ExtResource( 2 )]
|
|
margin_left = 170.0
|
|
margin_right = 255.0
|
|
|
|
[node name="CUT" parent="ShortcutContainer/HBoxContainer3" instance=ExtResource( 2 )]
|
|
margin_left = 270.0
|
|
margin_right = 355.0
|