More tweaks but broke the enemy script
This commit is contained in:
24
assets/stats.tscn
Normal file
24
assets/stats.tscn
Normal file
@@ -0,0 +1,24 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user