More epicness

This commit is contained in:
The 64th Gamer 2025-04-07 08:06:42 -06:00
parent d06e9b0355
commit 1608b8f6f5
26 changed files with 260 additions and 17 deletions

BIN
UI/Fonts/lectus.otf Normal file

Binary file not shown.

View file

@ -0,0 +1,35 @@
[remap]
importer="font_data_dynamic"
type="FontFile"
uid="uid://d1fox3cy2qhx"
path="res://.godot/imported/lectus.otf-7c6965b88aea060243f3c50fbfb098b9.fontdata"
[deps]
source_file="res://UI/Fonts/lectus.otf"
dest_files=["res://.godot/imported/lectus.otf-7c6965b88aea060243f3c50fbfb098b9.fontdata"]
[params]
Rendering=null
antialiasing=1
generate_mipmaps=false
disable_embedded_bitmaps=true
multichannel_signed_distance_field=false
msdf_pixel_range=8
msdf_size=48
allow_system_fallback=true
force_autohinter=false
hinting=1
subpixel_positioning=4
keep_rounding_remainders=true
oversampling=0.0
Fallbacks=null
fallbacks=[]
Compress=null
compress=true
preload=[]
language_support={}
script_support={}
opentype_features={}

BIN
UI/Fonts/lectus.ttf Normal file

Binary file not shown.

View file

@ -0,0 +1,35 @@
[remap]
importer="font_data_dynamic"
type="FontFile"
uid="uid://kjbv8xwyxfmp"
path="res://.godot/imported/lectus.ttf-06bbf50f1312c892a54d0a5c8d6eacee.fontdata"
[deps]
source_file="res://UI/Fonts/lectus.ttf"
dest_files=["res://.godot/imported/lectus.ttf-06bbf50f1312c892a54d0a5c8d6eacee.fontdata"]
[params]
Rendering=null
antialiasing=1
generate_mipmaps=false
disable_embedded_bitmaps=true
multichannel_signed_distance_field=false
msdf_pixel_range=8
msdf_size=48
allow_system_fallback=true
force_autohinter=false
hinting=1
subpixel_positioning=4
keep_rounding_remainders=true
oversampling=0.0
Fallbacks=null
fallbacks=[]
Compress=null
compress=true
preload=[]
language_support={}
script_support={}
opentype_features={}

13
UI/Themes/Default.tres Normal file
View 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
View 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