25 lines
810 B
Plaintext
25 lines
810 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://bessq6hl7qsh8"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/stat_display.gd" id="1_q47is"]
|
|
[ext_resource type="FontFile" uid="uid://d2h2tjhxiv5wo" path="res://assets/fonts/White On Black.ttf" id="2_mtulh"]
|
|
|
|
[node name="Stats" type="Node3D"]
|
|
script = ExtResource("1_q47is")
|
|
|
|
[node name="Kills" type="Label3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.423311, 0)
|
|
text = "Test"
|
|
font = ExtResource("2_mtulh")
|
|
horizontal_alignment = 0
|
|
|
|
[node name="Deaths" type="Label3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.218421, 0)
|
|
text = "Test"
|
|
font = ExtResource("2_mtulh")
|
|
horizontal_alignment = 0
|
|
|
|
[node name="Shots Fired" type="Label3D" parent="."]
|
|
text = "Test"
|
|
font = ExtResource("2_mtulh")
|
|
horizontal_alignment = 0
|