mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-05-06 00:04:49 -04:00
25 lines
660 B
Text
25 lines
660 B
Text
[gd_scene format=2]
|
|
|
|
[node name="NewPaletteDialog" type="ConfirmationDialog"]
|
|
margin_right = 200.0
|
|
margin_bottom = 70.0
|
|
window_title = "Create a new custom palette from existing default?"
|
|
|
|
[node name="HBoxContainer2" type="HBoxContainer" parent="."]
|
|
margin_left = 8.0
|
|
margin_top = 8.0
|
|
margin_right = 365.0
|
|
margin_bottom = 34.0
|
|
|
|
[node name="Label" type="Label" parent="HBoxContainer2"]
|
|
margin_top = 4.0
|
|
margin_right = 77.0
|
|
margin_bottom = 19.0
|
|
text = "Palette Name:"
|
|
|
|
[node name="NewPaletteNameLineEdit" type="LineEdit" parent="HBoxContainer2"]
|
|
margin_left = 81.0
|
|
margin_right = 307.0
|
|
margin_bottom = 23.0
|
|
size_flags_horizontal = 3
|
|
expand_to_text_length = true
|