2019-12-17 01:23:18 +00:00
|
|
|
[gd_scene load_steps=8 format=2]
|
2019-12-14 23:18:45 +00:00
|
|
|
|
|
|
|
[ext_resource path="res://Themes & Styles/StyleBoxes/palette_stylebox_hover.tres" type="StyleBox" id=1]
|
|
|
|
[ext_resource path="res://Themes & Styles/StyleBoxes/palette_stylebox_pressedr.tres" type="StyleBox" id=2]
|
2019-12-17 01:23:18 +00:00
|
|
|
[ext_resource path="res://Themes & Styles/StyleBoxes/palette_stylebox_focus.tres" type="StyleBox" id=3]
|
|
|
|
[ext_resource path="res://Themes & Styles/StyleBoxes/palette_stylebox_normal.tres" type="StyleBox" id=4]
|
2019-12-20 20:22:52 +00:00
|
|
|
[ext_resource path="res://Scripts/Palette/PaletteButton.gd" type="Script" id=5]
|
2019-12-17 01:23:18 +00:00
|
|
|
[ext_resource path="res://Assets/Graphics/Palette/palette_button_fill.png" type="Texture" id=6]
|
2019-12-14 23:18:45 +00:00
|
|
|
|
2019-12-20 20:22:52 +00:00
|
|
|
|
2019-12-14 23:18:45 +00:00
|
|
|
[sub_resource type="ImageTexture" id=1]
|
|
|
|
|
|
|
|
[node name="PaletteButton" type="Button"]
|
2019-12-15 03:11:32 +00:00
|
|
|
margin_right = 26.0
|
|
|
|
margin_bottom = 26.0
|
|
|
|
rect_min_size = Vector2( 26, 26 )
|
|
|
|
hint_tooltip = "Color Name"
|
2019-12-14 23:18:45 +00:00
|
|
|
custom_styles/hover = ExtResource( 1 )
|
|
|
|
custom_styles/pressed = ExtResource( 2 )
|
2019-12-17 01:23:18 +00:00
|
|
|
custom_styles/focus = ExtResource( 3 )
|
|
|
|
custom_styles/normal = ExtResource( 4 )
|
2019-12-15 01:15:01 +00:00
|
|
|
button_mask = 3
|
2019-12-14 23:18:45 +00:00
|
|
|
icon = SubResource( 1 )
|
2019-12-17 01:23:18 +00:00
|
|
|
script = ExtResource( 5 )
|
2019-12-14 23:18:45 +00:00
|
|
|
|
|
|
|
[node name="NinePatchRect" type="NinePatchRect" parent="."]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
margin_left = 1.0
|
|
|
|
margin_top = 1.0
|
|
|
|
margin_right = -1.0
|
|
|
|
margin_bottom = -1.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
2019-12-17 01:23:18 +00:00
|
|
|
texture = ExtResource( 6 )
|
2019-12-14 23:18:45 +00:00
|
|
|
patch_margin_left = 2
|
|
|
|
patch_margin_top = 2
|
|
|
|
patch_margin_right = 2
|
|
|
|
patch_margin_bottom = 2
|