minor tweaks

This commit is contained in:
derek
2024-08-08 15:14:15 -05:00
parent 5b618f1ab8
commit b140e59ddd
9 changed files with 37 additions and 32 deletions

12
assets/enemy_health.tscn Normal file
View File

@@ -0,0 +1,12 @@
[gd_scene load_steps=3 format=3 uid="uid://hog87a8dbj7t"]
[ext_resource type="FontFile" uid="uid://bckxhcc1eudvn" path="res://assets/fonts/Plane Crash.ttf" id="1_gaihc"]
[ext_resource type="Script" path="res://scripts/enemy_taunt.gd" id="2_s81dc"]
[node name="enemyHealth" type="Label3D" groups=["spawned"]]
billboard = 2
text = "1
"
font = ExtResource("1_gaihc")
font_size = 60
script = ExtResource("2_s81dc")