AugGodotGameCourse/augustgamecourse/scripts/resources/slime.tres
2024-10-01 06:04:10 -04:00

10 lines
293 B
Plaintext

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