AugGodotGameCourse/augustgamecourse/scripts/resources/player.tres

10 lines
296 B
Plaintext
Raw Normal View History

2024-10-01 10:04:10 +00:00
[gd_resource type="Resource" script_class="CharacterStats" load_steps=2 format=3 uid="uid://koxvwi31cjtf"]
[ext_resource type="Script" path="res://scripts/resources/character_stats.gd" id="1_mwxs7"]
[resource]
script = ExtResource("1_mwxs7")
max_health = 100
starting_health = 100
health = 100