Added URWGothic font
This commit is contained in:
parent
f2cff37a22
commit
343a5c0700
7 changed files with 163 additions and 2 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue