1
Fork 0
mirror of https://github.com/Steffo99/swear-jar.git synced 2024-11-22 15:44:21 +00:00
swear-jar/interface/interface_theme.tres

20 lines
681 B
Text
Raw Normal View History

2023-10-02 03:31:31 +00:00
[gd_resource type="Theme" load_steps=3 format=3 uid="uid://ba5utvfhnxa5i"]
2023-10-01 12:39:16 +00:00
2023-10-02 00:53:12 +00:00
[ext_resource type="FontFile" uid="uid://cs8tiwyb76gig" path="res://interface/font/press-start/prstart.ttf" id="1_mtdor"]
2023-10-01 12:39:16 +00:00
2023-10-02 03:31:31 +00:00
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_knce4"]
bg_color = Color(0.0901961, 0.227451, 0.290196, 0.929412)
border_width_left = 2
border_width_top = 2
border_width_right = 2
border_width_bottom = 2
border_color = Color(0.341176, 0.635294, 0.772549, 1)
corner_radius_top_left = 8
corner_radius_top_right = 8
corner_radius_bottom_right = 8
corner_radius_bottom_left = 8
2023-10-01 12:39:16 +00:00
[resource]
default_font = ExtResource("1_mtdor")
2023-10-02 03:31:31 +00:00
Panel/styles/panel = SubResource("StyleBoxFlat_knce4")