NovemberGodotGame2024/novembergame/scripts/res/playerstats.tres

10 lines
290 B
Plaintext

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