mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 21:54:44 -04:00
Add new empty palette working
This commit is contained in:
parent
18b9480a00
commit
b08452034d
3 changed files with 268 additions and 272 deletions
25
Prefabs/NewPaletteDialog.tscn
Normal file
25
Prefabs/NewPaletteDialog.tscn
Normal file
|
@ -0,0 +1,25 @@
|
|||
[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
|
Loading…
Add table
Add a link
Reference in a new issue