Added URWGothic font

This commit is contained in:
2ndbeam 2024-05-18 00:25:56 +03:00
commit 343a5c0700
7 changed files with 163 additions and 2 deletions

View file

@ -66,6 +66,26 @@ patch_margin_top = 2
patch_margin_right = 2
patch_margin_bottom = 2
[node name="RichTextLabel" type="RichTextLabel" parent="MenuBackground/DialogueBackground"]
layout_mode = 1
anchors_preset = -1
anchor_left = 0.001
anchor_top = 0.003
anchor_right = 0.999
anchor_bottom = 0.997
offset_left = 0.127
offset_top = 0.034
offset_right = -0.127075
offset_bottom = -0.0340271
grow_horizontal = 2
grow_vertical = 2
size_flags_horizontal = 4
size_flags_vertical = 8
focus_mode = 2
bbcode_enabled = true
scroll_following = true
selection_enabled = true
[node name="ActionsBackground" type="NinePatchRect" parent="MenuBackground"]
layout_mode = 0
offset_left = 325.0

View file

@ -1,4 +1,4 @@
[gd_scene load_steps=14 format=3 uid="uid://dok3i8u5t1ka4"]
[gd_scene load_steps=15 format=3 uid="uid://dok3i8u5t1ka4"]
[ext_resource type="Script" path="res://scripts/Ship/player_ship.gd" id="2_oqdd7"]
[ext_resource type="Script" path="res://scripts/Ship/player_input_controller.gd" id="3_0e84a"]
@ -8,6 +8,7 @@
[ext_resource type="Script" path="res://scripts/Ship/player_camera.gd" id="5_rclap"]
[ext_resource type="Script" path="res://scripts/Ship/weapons.gd" id="6_f6fm2"]
[ext_resource type="PackedScene" uid="uid://bf10g066l8grd" path="res://scenes/Ships/Modules/Weapons/laser.tscn" id="7_0ss0b"]
[ext_resource type="Theme" uid="uid://dmb8bcdghdjd" path="res://main_theme.tres" id="8_8lpnq"]
[sub_resource type="GDScript" id="GDScript_ry4sc"]
resource_name = "money_counter"
@ -118,6 +119,7 @@ offset_left = 7.0
offset_top = 611.0
offset_right = 92.0
offset_bottom = 634.0
theme = ExtResource("8_8lpnq")
text = "Money: %d"
script = SubResource("GDScript_ry4sc")
@ -126,6 +128,7 @@ offset_left = 7.0
offset_top = 688.0
offset_right = 137.0
offset_bottom = 711.0
theme = ExtResource("8_8lpnq")
text = "Velocity: %d px/s"
script = SubResource("GDScript_vko7a")
@ -134,6 +137,7 @@ offset_left = 7.0
offset_top = 663.0
offset_right = 168.0
offset_bottom = 686.0
theme = ExtResource("8_8lpnq")
text = "Health: {0} / {1} units"
script = SubResource("GDScript_uoaip")
@ -142,6 +146,7 @@ offset_left = 8.0
offset_top = 638.0
offset_right = 164.0
offset_bottom = 661.0
theme = ExtResource("8_8lpnq")
text = "Shield: {0} / {1} units"
script = SubResource("GDScript_q1sx2")
@ -150,6 +155,7 @@ offset_left = 1060.0
offset_top = 638.0
offset_right = 1273.0
offset_bottom = 713.0
theme = ExtResource("8_8lpnq")
text = "Ammunition:
Laser Energy: {0} / {1}
Rockets: {2} / {3}"

View file

@ -1,9 +1,10 @@
[gd_scene load_steps=10 format=3 uid="uid://bsnrcw64qr2hr"]
[gd_scene load_steps=11 format=3 uid="uid://bsnrcw64qr2hr"]
[ext_resource type="Script" path="res://scripts/Star System/star_system.gd" id="1_xx8w2"]
[ext_resource type="PackedScene" uid="uid://dpggye27ln436" path="res://scenes/Star System/Required Scenes/star_generator.tscn" id="2_iqrn0"]
[ext_resource type="Script" path="res://scripts/Star System/projectile_container.gd" id="3_h5cm3"]
[ext_resource type="Material" uid="uid://bawhivm5cr2w" path="res://shaders/materials/nebula_shader.tres" id="4_o0ld7"]
[ext_resource type="Theme" uid="uid://dmb8bcdghdjd" path="res://main_theme.tres" id="5_ag247"]
[ext_resource type="Script" path="res://scripts/Star System/nebula.gd" id="5_la84n"]
[ext_resource type="PackedScene" uid="uid://c7is7y341f6wa" path="res://scenes/Star System/Required Scenes/pause_controller.tscn" id="6_61vq5"]
[ext_resource type="Script" path="res://scripts/Star System/faction.gd" id="7_wm3vi"]
@ -58,6 +59,7 @@ z_as_relative = false
offset_top = 6.0
offset_right = 1280.0
offset_bottom = 29.0
theme = ExtResource("5_ag247")
text = "GammaCosmicRays version Ifre 1.0"
horizontal_alignment = 1
script = SubResource("GDScript_4yoh5")