mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-08 12:41:25 +00:00
Graphics
This commit is contained in:
parent
b07a8fe60d
commit
54bf15d93d
23 changed files with 313 additions and 75 deletions
12
Dialogue/Styles/default_stylebox.tres
Normal file
12
Dialogue/Styles/default_stylebox.tres
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[gd_resource type="StyleBoxFlat" format=3 uid="uid://cmpf1qxjh5tuw"]
|
||||
|
||||
[resource]
|
||||
content_margin_left = 10.0
|
||||
content_margin_top = 10.0
|
||||
content_margin_right = 10.0
|
||||
content_margin_bottom = 10.0
|
||||
bg_color = Color(1, 1, 1, 1)
|
||||
corner_radius_top_left = 10
|
||||
corner_radius_top_right = 10
|
||||
corner_radius_bottom_right = 10
|
||||
corner_radius_bottom_left = 10
|
||||
Loading…
Add table
Add a link
Reference in a new issue