minor tweaks
This commit is contained in:
12
assets/enemy_health.tscn
Normal file
12
assets/enemy_health.tscn
Normal 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")
|
||||
Reference in New Issue
Block a user