1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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")
|