2019-12-18 14:43:11 +00:00
|
|
|
[gd_scene load_steps=6 format=2]
|
2019-12-18 01:04:37 +00:00
|
|
|
|
2019-12-20 20:22:52 +00:00
|
|
|
[ext_resource path="res://Scripts/Palette/EditPalettePopup.gd" type="Script" id=1]
|
2019-12-18 14:43:11 +00:00
|
|
|
[ext_resource path="res://Assets/Graphics/Palette/new_swatch_button.png" type="Texture" id=2]
|
|
|
|
[ext_resource path="res://Assets/Graphics/Palette/new_swatch_button_hover.png" type="Texture" id=3]
|
|
|
|
[ext_resource path="res://Assets/Graphics/Palette/remove_swatch_button.png" type="Texture" id=4]
|
|
|
|
[ext_resource path="res://Assets/Graphics/Palette/remove_swatch_button_hover.png" type="Texture" id=5]
|
2019-12-18 01:04:37 +00:00
|
|
|
|
|
|
|
[node name="EditPalettePopup" type="WindowDialog"]
|
2019-12-18 14:43:11 +00:00
|
|
|
visible = true
|
2019-12-18 01:04:37 +00:00
|
|
|
margin_right = 600.0
|
|
|
|
margin_bottom = 550.0
|
|
|
|
rect_min_size = Vector2( 600, 550 )
|
|
|
|
window_title = "Edit Palette"
|
|
|
|
script = ExtResource( 1 )
|
|
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
margin_left = 10.0
|
|
|
|
margin_top = 10.0
|
|
|
|
margin_right = -10.0
|
|
|
|
margin_bottom = -10.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
|
|
|
|
margin_right = 580.0
|
2019-12-30 23:24:56 +00:00
|
|
|
margin_bottom = 462.0
|
2019-12-18 01:04:37 +00:00
|
|
|
size_flags_vertical = 3
|
|
|
|
|
|
|
|
[node name="EditPaletteColorPicker" type="ColorPicker" parent="VBoxContainer/HBoxContainer"]
|
2019-12-18 14:43:11 +00:00
|
|
|
margin_right = 290.0
|
2019-12-30 23:24:56 +00:00
|
|
|
margin_bottom = 462.0
|
2019-12-18 01:04:37 +00:00
|
|
|
|
|
|
|
[node name="Panel" type="Panel" parent="VBoxContainer/HBoxContainer"]
|
|
|
|
margin_left = 294.0
|
2019-12-18 14:43:11 +00:00
|
|
|
margin_right = 556.0
|
2019-12-30 23:24:56 +00:00
|
|
|
margin_bottom = 462.0
|
2019-12-18 01:04:37 +00:00
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
|
|
|
[node name="EditPaletteGridContainer" type="GridContainer" parent="VBoxContainer/HBoxContainer/Panel"]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
columns = 8
|
|
|
|
|
2019-12-30 23:24:56 +00:00
|
|
|
[node name="ColorButtons" type="VBoxContainer" parent="VBoxContainer/HBoxContainer"]
|
2019-12-18 14:43:11 +00:00
|
|
|
margin_left = 560.0
|
2019-12-18 01:04:37 +00:00
|
|
|
margin_right = 580.0
|
2019-12-30 23:24:56 +00:00
|
|
|
margin_bottom = 462.0
|
2019-12-18 01:04:37 +00:00
|
|
|
|
2019-12-30 23:24:56 +00:00
|
|
|
[node name="AddSwatchButton" type="TextureButton" parent="VBoxContainer/HBoxContainer/ColorButtons"]
|
2019-12-18 14:43:11 +00:00
|
|
|
margin_right = 20.0
|
|
|
|
margin_bottom = 20.0
|
2019-12-18 01:04:37 +00:00
|
|
|
texture_normal = ExtResource( 2 )
|
2019-12-18 14:43:11 +00:00
|
|
|
texture_hover = ExtResource( 3 )
|
2019-12-18 01:04:37 +00:00
|
|
|
|
2019-12-30 23:24:56 +00:00
|
|
|
[node name="RemoveSwatchButton" type="TextureButton" parent="VBoxContainer/HBoxContainer/ColorButtons"]
|
2019-12-18 14:43:11 +00:00
|
|
|
margin_top = 24.0
|
|
|
|
margin_right = 20.0
|
|
|
|
margin_bottom = 44.0
|
|
|
|
texture_normal = ExtResource( 4 )
|
|
|
|
texture_hover = ExtResource( 5 )
|
2019-12-18 01:04:37 +00:00
|
|
|
|
2019-12-30 23:24:56 +00:00
|
|
|
[node name="ColorNameContainer" type="HBoxContainer" parent="VBoxContainer"]
|
|
|
|
margin_top = 466.0
|
2019-12-18 01:04:37 +00:00
|
|
|
margin_right = 580.0
|
2019-12-30 23:24:56 +00:00
|
|
|
margin_bottom = 490.0
|
2019-12-18 01:04:37 +00:00
|
|
|
|
2019-12-30 23:24:56 +00:00
|
|
|
[node name="Label" type="Label" parent="VBoxContainer/ColorNameContainer"]
|
2019-12-18 14:43:11 +00:00
|
|
|
margin_top = 5.0
|
|
|
|
margin_right = 79.0
|
|
|
|
margin_bottom = 19.0
|
2019-12-18 01:04:37 +00:00
|
|
|
text = "Color Name:"
|
|
|
|
|
2019-12-30 23:24:56 +00:00
|
|
|
[node name="EditPaletteColorNameLineEdit" type="LineEdit" parent="VBoxContainer/ColorNameContainer"]
|
2019-12-18 14:43:11 +00:00
|
|
|
margin_left = 83.0
|
2019-12-18 01:04:37 +00:00
|
|
|
margin_right = 580.0
|
2019-12-18 14:43:11 +00:00
|
|
|
margin_bottom = 24.0
|
2019-12-18 01:04:37 +00:00
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
2019-12-30 23:24:56 +00:00
|
|
|
[node name="PaletteNameContainer" type="HBoxContainer" parent="VBoxContainer"]
|
|
|
|
margin_top = 494.0
|
2019-12-18 01:04:37 +00:00
|
|
|
margin_right = 580.0
|
2019-12-30 23:24:56 +00:00
|
|
|
margin_bottom = 518.0
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="VBoxContainer/PaletteNameContainer"]
|
|
|
|
margin_top = 5.0
|
|
|
|
margin_right = 91.0
|
|
|
|
margin_bottom = 19.0
|
|
|
|
text = "Palette Name:"
|
|
|
|
|
|
|
|
[node name="EditPaletteNameLineEdit" type="LineEdit" parent="VBoxContainer/PaletteNameContainer"]
|
|
|
|
margin_left = 95.0
|
|
|
|
margin_right = 580.0
|
|
|
|
margin_bottom = 24.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
|
|
|
[node name="WindowOptionsContainer" type="HBoxContainer" parent="VBoxContainer"]
|
|
|
|
margin_top = 522.0
|
|
|
|
margin_right = 580.0
|
|
|
|
margin_bottom = 542.0
|
2019-12-18 01:04:37 +00:00
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
2019-12-30 23:24:56 +00:00
|
|
|
[node name="SpacerControl" type="Control" parent="VBoxContainer/WindowOptionsContainer"]
|
2019-12-18 14:43:11 +00:00
|
|
|
margin_right = 156.0
|
|
|
|
margin_bottom = 20.0
|
2019-12-18 01:04:37 +00:00
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
2019-12-30 23:24:56 +00:00
|
|
|
[node name="EditPaletteSaveButton" type="Button" parent="VBoxContainer/WindowOptionsContainer"]
|
2019-12-18 14:43:11 +00:00
|
|
|
margin_left = 160.0
|
2019-12-18 01:04:37 +00:00
|
|
|
margin_right = 201.0
|
2019-12-18 14:43:11 +00:00
|
|
|
margin_bottom = 20.0
|
2019-12-18 01:04:37 +00:00
|
|
|
text = "Save"
|
|
|
|
|
2019-12-30 23:24:56 +00:00
|
|
|
[node name="SpacerControl2" type="Control" parent="VBoxContainer/WindowOptionsContainer"]
|
2019-12-18 01:04:37 +00:00
|
|
|
margin_left = 205.0
|
2019-12-18 14:43:11 +00:00
|
|
|
margin_right = 361.0
|
|
|
|
margin_bottom = 20.0
|
2019-12-18 01:04:37 +00:00
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
2019-12-30 23:24:56 +00:00
|
|
|
[node name="EditPaletteCancelButton" type="Button" parent="VBoxContainer/WindowOptionsContainer"]
|
2019-12-18 14:43:11 +00:00
|
|
|
margin_left = 365.0
|
|
|
|
margin_right = 419.0
|
|
|
|
margin_bottom = 20.0
|
2019-12-18 01:04:37 +00:00
|
|
|
text = "Cancel"
|
|
|
|
|
2019-12-30 23:24:56 +00:00
|
|
|
[node name="SpacerControl3" type="Control" parent="VBoxContainer/WindowOptionsContainer"]
|
2019-12-18 14:43:11 +00:00
|
|
|
margin_left = 423.0
|
2019-12-18 01:04:37 +00:00
|
|
|
margin_right = 580.0
|
2019-12-18 14:43:11 +00:00
|
|
|
margin_bottom = 20.0
|
2019-12-18 01:04:37 +00:00
|
|
|
size_flags_horizontal = 3
|
|
|
|
[connection signal="color_changed" from="VBoxContainer/HBoxContainer/EditPaletteColorPicker" to="." method="_on_EditPaletteColorPicker_color_changed"]
|
2019-12-30 23:24:56 +00:00
|
|
|
[connection signal="pressed" from="VBoxContainer/HBoxContainer/ColorButtons/AddSwatchButton" to="." method="_on_AddSwatchButton_pressed"]
|
|
|
|
[connection signal="pressed" from="VBoxContainer/HBoxContainer/ColorButtons/RemoveSwatchButton" to="." method="_on_RemoveSwatchButton_pressed"]
|
|
|
|
[connection signal="text_changed" from="VBoxContainer/ColorNameContainer/EditPaletteColorNameLineEdit" to="." method="_on_EditPaletteColorNameLineEdit_text_changed"]
|
|
|
|
[connection signal="pressed" from="VBoxContainer/WindowOptionsContainer/EditPaletteSaveButton" to="." method="_on_EditPaletteSaveButton_pressed"]
|
|
|
|
[connection signal="pressed" from="VBoxContainer/WindowOptionsContainer/EditPaletteCancelButton" to="." method="_on_EditPaletteCancelButton_pressed"]
|