Customized the panel and button UI

This commit is contained in:
2024-02-26 14:30:01 +01:00
parent 51e567ffb1
commit a097809c30
10 changed files with 130 additions and 1 deletions

View File

@ -0,0 +1,12 @@
[gd_resource type="StyleBoxFlat" format=3 uid="uid://cyvmuvvhtygdb"]
[resource]
content_margin_left = 8.0
content_margin_top = 4.0
content_margin_right = 8.0
content_margin_bottom = 4.0
bg_color = Color(0.47451, 0.34902, 0.219608, 1)
corner_radius_top_left = 3
corner_radius_top_right = 3
corner_radius_bottom_right = 3
corner_radius_bottom_left = 3

View File

@ -0,0 +1,12 @@
[gd_resource type="StyleBoxFlat" format=3 uid="uid://dnio0tbxw8n22"]
[resource]
content_margin_left = 8.0
content_margin_top = 4.0
content_margin_right = 8.0
content_margin_bottom = 4.0
bg_color = Color(0.313726, 0.223529, 0.133333, 1)
corner_radius_top_left = 3
corner_radius_top_right = 3
corner_radius_bottom_right = 3
corner_radius_bottom_left = 3

View File

@ -0,0 +1,15 @@
[gd_resource type="StyleBoxFlat" format=3 uid="uid://dk1hxcdbwtl1p"]
[resource]
content_margin_left = 8.0
content_margin_top = 4.0
content_margin_right = 8.0
content_margin_bottom = 4.0
bg_color = Color(0.403922, 0.294118, 0.180392, 1)
corner_radius_top_left = 3
corner_radius_top_right = 3
corner_radius_bottom_right = 3
corner_radius_bottom_left = 3
shadow_color = Color(0, 0, 0, 0.0627451)
shadow_size = 1
shadow_offset = Vector2(1, 1)

View File

@ -0,0 +1,15 @@
[gd_resource type="StyleBoxTexture" load_steps=2 format=3 uid="uid://cg53fq4hjfar5"]
[ext_resource type="Texture2D" uid="uid://dqlajdpahpifq" path="res://assets/ui/panel/brown.png" id="1_jy1si"]
[resource]
content_margin_left = 6.0
content_margin_top = 6.0
content_margin_right = 6.0
content_margin_bottom = 6.0
texture = ExtResource("1_jy1si")
texture_margin_left = 24.0
texture_margin_top = 24.0
texture_margin_right = 24.0
texture_margin_bottom = 24.0
modulate_color = Color(1, 1, 1, 0.752941)

View File

@ -0,0 +1,13 @@
[gd_resource type="StyleBoxTexture" load_steps=2 format=3 uid="uid://ckwitifx0qqf6"]
[ext_resource type="Texture2D" uid="uid://b6igdr0gj54vk" path="res://assets/ui/panel/brown-tab-separated.png" id="1_dpf6p"]
[resource]
content_margin_left = 12.0
content_margin_right = 12.0
texture = ExtResource("1_dpf6p")
texture_margin_left = 8.0
texture_margin_top = 8.0
texture_margin_right = 8.0
texture_margin_bottom = 8.0
modulate_color = Color(0.752941, 0.752941, 0.752941, 0.878431)

View File

@ -0,0 +1,13 @@
[gd_resource type="StyleBoxTexture" load_steps=2 format=3 uid="uid://ci243v4aj450q"]
[ext_resource type="Texture2D" uid="uid://b6igdr0gj54vk" path="res://assets/ui/panel/brown-tab-separated.png" id="1_ctgoj"]
[resource]
content_margin_left = 12.0
content_margin_right = 12.0
texture = ExtResource("1_ctgoj")
texture_margin_left = 8.0
texture_margin_top = 8.0
texture_margin_right = 8.0
texture_margin_bottom = 8.0
modulate_color = Color(0.376471, 0.376471, 0.376471, 0.878431)

View File

@ -0,0 +1,13 @@
[gd_resource type="StyleBoxTexture" load_steps=2 format=3 uid="uid://cb2j4iw73txac"]
[ext_resource type="Texture2D" uid="uid://b6igdr0gj54vk" path="res://assets/ui/panel/brown-tab-separated.png" id="1_fydn7"]
[resource]
content_margin_left = 12.0
content_margin_right = 12.0
texture = ExtResource("1_fydn7")
texture_margin_left = 8.0
texture_margin_top = 8.0
texture_margin_right = 8.0
texture_margin_bottom = 8.0
modulate_color = Color(1, 1, 1, 0.878431)