diff options
Diffstat (limited to 'Assets/Resources/hotbar_selected.tres')
-rw-r--r-- | Assets/Resources/hotbar_selected.tres | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Assets/Resources/hotbar_selected.tres b/Assets/Resources/hotbar_selected.tres new file mode 100644 index 0000000..808af57 --- /dev/null +++ b/Assets/Resources/hotbar_selected.tres @@ -0,0 +1,17 @@ +[gd_resource type="StyleBoxTexture" load_steps=3 format=3 uid="uid://ck2ii7b04mnpr"] + +[sub_resource type="Gradient" id="Gradient_3cw27"] +offsets = PackedFloat32Array(0, 0.07, 0.07, 1) +colors = PackedColorArray(0.66, 0.48675, 0.363, 1, 0.658824, 0.486275, 0.360784, 1, 0, 0, 0, 1, 0, 0, 0, 0) + +[sub_resource type="GradientTexture2D" id="GradientTexture2D_6xlew"] +gradient = SubResource("Gradient_3cw27") +fill_from = Vector2(0, 1) +fill_to = Vector2(0, 0) + +[resource] +content_margin_left = 10.0 +content_margin_top = 10.0 +content_margin_right = 10.0 +content_margin_bottom = 10.0 +texture = SubResource("GradientTexture2D_6xlew") |