small racing game im working on
1
2
3
4
5
6
7
8
9
10
11
12
[gd_resource type="StyleBoxFlat" format=3 uid="uid://cdth5nc7lbx1v"]

[resource]
content_margin_left = 10.0
content_margin_right = 10.0
bg_color = Color(0.133333, 0.133333, 0.133333, 0.635294)
skew = Vector2(0.3, 0)
corner_radius_top_left = 20
corner_radius_top_right = 20
corner_radius_bottom_right = 20
corner_radius_bottom_left = 20
corner_detail = 12