starfighter/MB_FYP/scenes/hud.tscn

30 lines
774 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://b6myj160l6vf8"]
[ext_resource type="Script" path="res://script/hud.cs" id="1_aksh1"]
[ext_resource type="LabelSettings" uid="uid://lnjklxelhfuv" path="res://scenes/hud.tres" id="2_ns78v"]
[node name="HUD" type="Control"]
layout_mode = 3
anchors_preset = 0
offset_right = 40.0
offset_bottom = 40.0
script = ExtResource("1_aksh1")
[node name="Score" type="Label" parent="."]
layout_mode = 0
offset_left = 15.0
offset_top = 15.0
offset_right = 363.0
offset_bottom = 90.0
text = "SCORE: 9999"
label_settings = ExtResource("2_ns78v")
[node name="Health" type="Label" parent="."]
layout_mode = 0
offset_left = 17.0
offset_top = 95.0
offset_right = 384.0
offset_bottom = 167.0
text = "Health:"
label_settings = ExtResource("2_ns78v")