GodotCourse/week6/updated_project/scripts/resources/player_stats.tres

10 lines
297 B
Plaintext
Raw Normal View History

2024-08-19 15:21:33 +00:00
[gd_resource type="Resource" script_class="CharacterStats" load_steps=2 format=3 uid="uid://bq0eirh7p7h0u"]
[ext_resource type="Script" path="res://scripts/resources/character_stats.gd" id="1_4c3kd"]
[resource]
script = ExtResource("1_4c3kd")
max_health = 100
starting_health = 100
health = 100