Customized the panel and button UI
This commit is contained in:
15
client/ui/theme/stylebox/Button.tres
Normal file
15
client/ui/theme/stylebox/Button.tres
Normal 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)
|
Reference in New Issue
Block a user