small racing game im working on
Diffstat (limited to 'ui/editor/input_theme.tres')
| -rw-r--r-- | ui/editor/input_theme.tres | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ui/editor/input_theme.tres b/ui/editor/input_theme.tres new file mode 100644 index 0000000..f5c0ffa --- /dev/null +++ b/ui/editor/input_theme.tres @@ -0,0 +1,16 @@ +[gd_resource type="Theme" load_steps=2 format=3 uid="uid://chcid6jp4t311"] + +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_cixwx"] +content_margin_left = 5.0 +content_margin_top = 5.0 +content_margin_right = 5.0 +content_margin_bottom = 5.0 +bg_color = Color(0.027451, 0.211765, 0.258824, 1) +corner_radius_top_left = 15 +corner_radius_top_right = 15 +corner_radius_bottom_right = 15 +corner_radius_bottom_left = 15 +corner_detail = 12 + +[resource] +PanelContainer/styles/panel = SubResource("StyleBoxFlat_cixwx") |