mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-12-13 23:24:43 -05:00
Ability to get color for palette buttons, when editing a palette, from the currently selected left and right colors
This commit is contained in:
parent
072d2c9461
commit
41d80d503a
5 changed files with 96 additions and 13 deletions
|
|
@ -22,6 +22,9 @@ action_mode = 0
|
|||
button_mask = 3
|
||||
icon = SubResource( 1 )
|
||||
script = ExtResource( 5 )
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="NinePatchRect" type="NinePatchRect" parent="."]
|
||||
anchor_right = 1.0
|
||||
|
|
@ -37,3 +40,6 @@ patch_margin_left = 2
|
|||
patch_margin_top = 2
|
||||
patch_margin_right = 2
|
||||
patch_margin_bottom = 2
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue