mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-27 22:41:56 +08:00
b3b4fdafc2
- Created a new SVG import for the energy texture, enabling better resource management and compression. - Added a StyleBoxFlat resource for the top left panel with specified margins, background color, border width, and corner radius. - Introduced a StyleBoxFlat resource for the top panel with similar properties, ensuring consistent UI design across panels.
15 lines
380 B
Plaintext
15 lines
380 B
Plaintext
[gd_resource type="StyleBoxFlat" format=3 uid="uid://bsv1daadkv4eq"]
|
|
|
|
[resource]
|
|
content_margin_left = 10.0
|
|
content_margin_top = 10.0
|
|
content_margin_right = 15.0
|
|
content_margin_bottom = 10.0
|
|
bg_color = Color(0, 0, 0, 0.5)
|
|
border_width_left = 3
|
|
border_width_top = 3
|
|
border_width_right = 3
|
|
border_width_bottom = 3
|
|
border_color = Color(0, 0, 0, 0.75)
|
|
corner_radius_bottom_right = 10
|