NovemberGodotGame2024/novembergame/scripts/res/enemystats.tres

10 lines
287 B
Plaintext

[gd_resource type="Resource" script_class="CharacterStats" load_steps=2 format=3 uid="uid://cuqtpu3cm6xgo"]
[ext_resource type="Script" path="res://scripts/res/characterstats.gd" id="1_in2m2"]
[resource]
script = ExtResource("1_in2m2")
max_health = 50
starting_health = 50
health = 50