diff --git a/fonts/URWGothic-BookOblique.otf b/fonts/URWGothic-BookOblique.otf new file mode 100644 index 0000000..3169b61 Binary files /dev/null and b/fonts/URWGothic-BookOblique.otf differ diff --git a/fonts/URWGothic-BookOblique.otf.import b/fonts/URWGothic-BookOblique.otf.import new file mode 100644 index 0000000..4683aba --- /dev/null +++ b/fonts/URWGothic-BookOblique.otf.import @@ -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={} diff --git a/fonts/URWGothic-Demi.otf b/fonts/URWGothic-Demi.otf new file mode 100644 index 0000000..c754645 Binary files /dev/null and b/fonts/URWGothic-Demi.otf differ diff --git a/fonts/URWGothic-Demi.otf.import b/fonts/URWGothic-Demi.otf.import new file mode 100644 index 0000000..659a3d1 --- /dev/null +++ b/fonts/URWGothic-Demi.otf.import @@ -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={} diff --git a/fonts/URWGothic-DemiOblique.otf b/fonts/URWGothic-DemiOblique.otf new file mode 100644 index 0000000..220cd0b Binary files /dev/null and b/fonts/URWGothic-DemiOblique.otf differ diff --git a/fonts/URWGothic-DemiOblique.otf.import b/fonts/URWGothic-DemiOblique.otf.import new file mode 100644 index 0000000..b2952b3 --- /dev/null +++ b/fonts/URWGothic-DemiOblique.otf.import @@ -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={} diff --git a/scenes/Base/base_menu.tscn b/scenes/Base/base_menu.tscn index 5320e5e..81cdc94 100644 --- a/scenes/Base/base_menu.tscn +++ b/scenes/Base/base_menu.tscn @@ -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="."]