Added bold and italic fonts

This commit is contained in:
2ndbeam 2024-05-18 00:28:53 +03:00
commit 3d31b2ec50
7 changed files with 102 additions and 1 deletions

Binary file not shown.

View file

@ -0,0 +1,33 @@
[remap]
importer="font_data_dynamic"
type="FontFile"
uid="uid://cka4neev526f3"
path="res://.godot/imported/URWGothic-BookOblique.otf-173f097e3d296d5d1f52a059907a96cb.fontdata"
[deps]
source_file="res://fonts/URWGothic-BookOblique.otf"
dest_files=["res://.godot/imported/URWGothic-BookOblique.otf-173f097e3d296d5d1f52a059907a96cb.fontdata"]
[params]
Rendering=null
antialiasing=1
generate_mipmaps=false
multichannel_signed_distance_field=false
msdf_pixel_range=8
msdf_size=48
allow_system_fallback=true
force_autohinter=false
hinting=1
subpixel_positioning=1
oversampling=0.0
Fallbacks=null
fallbacks=[]
Compress=null
compress=true
preload=[]
language_support={}
script_support={}
opentype_features={}

BIN
fonts/URWGothic-Demi.otf Normal file

Binary file not shown.

View file

@ -0,0 +1,33 @@
[remap]
importer="font_data_dynamic"
type="FontFile"
uid="uid://cxhkjvl37qesx"
path="res://.godot/imported/URWGothic-Demi.otf-97d2057a5dd3108f3b59bd78f121b98c.fontdata"
[deps]
source_file="res://fonts/URWGothic-Demi.otf"
dest_files=["res://.godot/imported/URWGothic-Demi.otf-97d2057a5dd3108f3b59bd78f121b98c.fontdata"]
[params]
Rendering=null
antialiasing=1
generate_mipmaps=false
multichannel_signed_distance_field=false
msdf_pixel_range=8
msdf_size=48
allow_system_fallback=true
force_autohinter=false
hinting=1
subpixel_positioning=1
oversampling=0.0
Fallbacks=null
fallbacks=[]
Compress=null
compress=true
preload=[]
language_support={}
script_support={}
opentype_features={}

Binary file not shown.

View file

@ -0,0 +1,33 @@
[remap]
importer="font_data_dynamic"
type="FontFile"
uid="uid://b5opxhvafrsp5"
path="res://.godot/imported/URWGothic-DemiOblique.otf-c86eefd62e4c1e04f097d3f4116045ee.fontdata"
[deps]
source_file="res://fonts/URWGothic-DemiOblique.otf"
dest_files=["res://.godot/imported/URWGothic-DemiOblique.otf-c86eefd62e4c1e04f097d3f4116045ee.fontdata"]
[params]
Rendering=null
antialiasing=1
generate_mipmaps=false
multichannel_signed_distance_field=false
msdf_pixel_range=8
msdf_size=48
allow_system_fallback=true
force_autohinter=false
hinting=1
subpixel_positioning=1
oversampling=0.0
Fallbacks=null
fallbacks=[]
Compress=null
compress=true
preload=[]
language_support={}
script_support={}
opentype_features={}

View file

@ -1,6 +1,7 @@
[gd_scene load_steps=5 format=3 uid="uid://crq284yed2if5"]
[gd_scene load_steps=6 format=3 uid="uid://crq284yed2if5"]
[ext_resource type="Script" path="res://scripts/Base/base_menu.gd" id="1_3hgu4"]
[ext_resource type="Theme" uid="uid://dmb8bcdghdjd" path="res://main_theme.tres" id="1_p1gsn"]
[ext_resource type="Texture2D" uid="uid://db4euprxhape0" path="res://sprites/9s.png" id="1_uf5rv"]
[ext_resource type="Texture2D" uid="uid://hxrx87gda3uf" path="res://sprites/Bases/Menu/end_communications.png" id="2_ceeiv"]
[ext_resource type="Script" path="res://scripts/Base/close_button.gd" id="4_68ool"]
@ -12,6 +13,7 @@ anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
theme = ExtResource("1_p1gsn")
script = ExtResource("1_3hgu4")
[node name="MenuBackground" type="NinePatchRect" parent="."]