diff options
Diffstat (limited to 'ui/login/character_server_button_style_box.tres')
-rw-r--r-- | ui/login/character_server_button_style_box.tres | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ui/login/character_server_button_style_box.tres b/ui/login/character_server_button_style_box.tres new file mode 100644 index 0000000..92ed6f6 --- /dev/null +++ b/ui/login/character_server_button_style_box.tres @@ -0,0 +1,16 @@ +[gd_resource type="StyleBoxTexture" load_steps=3 format=3 uid="uid://ct2l6hbb04p5o"] + +[sub_resource type="Gradient" id="Gradient_re72a"] +offsets = PackedFloat32Array(0, 0.4, 0.6, 1) +colors = PackedColorArray(1, 1, 1, 0, 0.792157, 0.87451, 0.984314, 0.392157, 0.792157, 0.87451, 0.984314, 0.392157, 1, 1, 1, 0) + +[sub_resource type="GradientTexture2D" id="GradientTexture2D_re72a"] +gradient = SubResource("Gradient_re72a") +repeat = 2 + +[resource] +content_margin_left = 2.0 +content_margin_top = 3.0 +content_margin_right = 2.0 +content_margin_bottom = 2.0 +texture = SubResource("GradientTexture2D_re72a") |