More epicness
This commit is contained in:
parent
d06e9b0355
commit
1608b8f6f5
26 changed files with 260 additions and 17 deletions
13
UI/Themes/Default.tres
Normal file
13
UI/Themes/Default.tres
Normal file
|
@ -0,0 +1,13 @@
|
|||
[gd_resource type="Theme" load_steps=3 format=3 uid="uid://b3wjoiiv6sq22"]
|
||||
|
||||
[ext_resource type="FontFile" uid="uid://d1fox3cy2qhx" path="res://UI/Fonts/lectus.otf" id="1_crk4k"]
|
||||
[ext_resource type="StyleBox" uid="uid://crsm0yvhb6rv1" path="res://UI/Themes/NodeTheme.tres" id="1_ne1i0"]
|
||||
|
||||
[resource]
|
||||
Label/font_sizes/font_size = 12
|
||||
Label/fonts/font = ExtResource("1_crk4k")
|
||||
MarginContainer/constants/margin_bottom = 10
|
||||
MarginContainer/constants/margin_left = 10
|
||||
MarginContainer/constants/margin_right = 10
|
||||
MarginContainer/constants/margin_top = 10
|
||||
Panel/styles/panel = ExtResource("1_ne1i0")
|
11
UI/Themes/NodeTheme.tres
Normal file
11
UI/Themes/NodeTheme.tres
Normal file
|
@ -0,0 +1,11 @@
|
|||
[gd_resource type="StyleBoxFlat" format=3 uid="uid://crsm0yvhb6rv1"]
|
||||
|
||||
[resource]
|
||||
bg_color = Color(0.178668, 0.310803, 0.118615, 1)
|
||||
border_width_left = 5
|
||||
border_width_top = 5
|
||||
border_width_right = 5
|
||||
border_width_bottom = 5
|
||||
border_blend = true
|
||||
corner_radius_top_left = 2
|
||||
corner_radius_top_right = 2
|
Loading…
Add table
Add a link
Reference in a new issue