Loading palettes from json file in user folder

This commit is contained in:
CheetoHead 2019-12-14 22:11:32 -05:00
parent 2a2a187ace
commit 51e26f6efa
6 changed files with 164 additions and 28 deletions

View file

@ -8,9 +8,10 @@
[sub_resource type="ImageTexture" id=1]
[node name="PaletteButton" type="Button"]
margin_right = 22.0
margin_bottom = 22.0
rect_min_size = Vector2( 22, 22 )
margin_right = 26.0
margin_bottom = 26.0
rect_min_size = Vector2( 26, 26 )
hint_tooltip = "Color Name"
custom_styles/hover = ExtResource( 1 )
custom_styles/pressed = ExtResource( 2 )
custom_styles/normal = ExtResource( 3 )