forked from joey/godottest
141 lines
4.7 KiB
Plaintext
141 lines
4.7 KiB
Plaintext
[gd_scene load_steps=10 format=3 uid="uid://te84lilqmwp0"]
|
|
|
|
[ext_resource type="Script" path="res://addons/PaletteTools/Scripts/custom_picker.gd" id="1_oxy04"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_igykn"]
|
|
content_margin_left = 4.0
|
|
content_margin_top = 4.0
|
|
content_margin_right = 4.0
|
|
content_margin_bottom = 4.0
|
|
bg_color = Color(0.745098, 0.584314, 0.360784, 1)
|
|
corner_radius_top_left = 10
|
|
corner_radius_top_right = 10
|
|
corner_radius_bottom_right = 10
|
|
corner_radius_bottom_left = 10
|
|
corner_detail = 6
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_etl6w"]
|
|
content_margin_left = 4.0
|
|
content_margin_top = 4.0
|
|
content_margin_right = 4.0
|
|
content_margin_bottom = 4.0
|
|
bg_color = Color(0.603922, 0.309804, 0.313726, 1)
|
|
corner_radius_top_left = 10
|
|
corner_radius_top_right = 10
|
|
corner_radius_bottom_right = 10
|
|
corner_radius_bottom_left = 10
|
|
corner_detail = 6
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_jt85f"]
|
|
content_margin_left = 4.0
|
|
content_margin_top = 4.0
|
|
content_margin_right = 4.0
|
|
content_margin_bottom = 4.0
|
|
bg_color = Color(0.772549, 0.8, 0.721569, 1)
|
|
corner_radius_top_left = 10
|
|
corner_radius_top_right = 10
|
|
corner_radius_bottom_right = 10
|
|
corner_radius_bottom_left = 10
|
|
corner_detail = 6
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_1lt0k"]
|
|
content_margin_left = 4.0
|
|
content_margin_top = 0.0
|
|
content_margin_right = 4.0
|
|
content_margin_bottom = 0.0
|
|
bg_color = Color(0.407843, 0.67451, 0.662745, 1)
|
|
corner_radius_top_left = 10
|
|
corner_radius_top_right = 10
|
|
corner_radius_bottom_right = 10
|
|
corner_radius_bottom_left = 10
|
|
corner_detail = 6
|
|
|
|
[sub_resource type="Theme" id="Theme_8u2vs"]
|
|
VScrollBar/styles/grabber = SubResource("StyleBoxFlat_igykn")
|
|
VScrollBar/styles/grabber_highlight = SubResource("StyleBoxFlat_etl6w")
|
|
VScrollBar/styles/grabber_pressed = SubResource("StyleBoxFlat_jt85f")
|
|
VScrollBar/styles/scroll = SubResource("StyleBoxFlat_1lt0k")
|
|
|
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_jcc3n"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_t77tn"]
|
|
bg_color = Color(0.839216, 0.839216, 0.839216, 1)
|
|
corner_radius_top_left = 5
|
|
corner_radius_top_right = 5
|
|
corner_radius_bottom_right = 5
|
|
corner_radius_bottom_left = 5
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ykbik"]
|
|
bg_color = Color(0.839216, 0.839216, 0.839216, 1)
|
|
corner_radius_top_left = 5
|
|
corner_radius_top_right = 5
|
|
corner_radius_bottom_right = 5
|
|
corner_radius_bottom_left = 5
|
|
|
|
[node name="CustomPicker" type="PopupPanel" node_paths=PackedStringArray("color_picker", "saved_palettes", "apply_palette_button")]
|
|
disable_3d = true
|
|
title = "Palette Tools Color-Picker"
|
|
size = Vector2i(1280, 2700)
|
|
visible = true
|
|
min_size = Vector2i(640, 1350)
|
|
theme = SubResource("Theme_8u2vs")
|
|
script = ExtResource("1_oxy04")
|
|
color_picker = NodePath("ScrollContainer/VBoxContainer/ColorPicker")
|
|
saved_palettes = NodePath("ScrollContainer/VBoxContainer/SavedPalettes")
|
|
apply_palette_button = NodePath("ScrollContainer/VBoxContainer/HBoxContainer/Button")
|
|
|
|
[node name="ScrollContainer" type="ScrollContainer" parent="."]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_left = 4.0
|
|
offset_top = 4.0
|
|
offset_right = -4.0
|
|
offset_bottom = -4.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
size_flags_vertical = 3
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="ScrollContainer"]
|
|
custom_minimum_size = Vector2(300, 600)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
alignment = 1
|
|
|
|
[node name="ColorPicker" type="ColorPicker" parent="ScrollContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
deferred_mode = true
|
|
picker_shape = 3
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="ScrollContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="Label" type="Label" parent="ScrollContainer/VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Saved Palettes:
|
|
"
|
|
|
|
[node name="Spacer" type="Control" parent="ScrollContainer/VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="Button" type="Button" parent="ScrollContainer/VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
tooltip_text = "Applies palette to Swatches. Alternatively you can double click a palette or press enter with a palette highlighted"
|
|
text = "Apply to Swatches"
|
|
|
|
[node name="SavedPalettes" type="ItemList" parent="ScrollContainer/VBoxContainer"]
|
|
custom_minimum_size = Vector2(300, 0)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
tooltip_text = "Double click on palette or select one and hit enter to apply it."
|
|
theme_override_colors/font_selected_color = Color(0.0862745, 0.0862745, 0.0862745, 1)
|
|
theme_override_styles/focus = SubResource("StyleBoxEmpty_jcc3n")
|
|
theme_override_styles/selected = SubResource("StyleBoxFlat_t77tn")
|
|
theme_override_styles/selected_focus = SubResource("StyleBoxFlat_ykbik")
|
|
auto_height = true
|
|
item_count = 1
|
|
same_column_width = true
|
|
item_0/text = "No Palettes"
|