NovemberGodotGame/novembergame/scripts/res/enemystats.tres

10 lines
287 B
Plaintext
Raw Normal View History

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