KieranGodot/august26godotcompkieran/Sripts/Resources/player.tres

10 lines
302 B
Plaintext
Raw Normal View History

[gd_resource type="Resource" script_class="CharacterStats" load_steps=2 format=3 uid="uid://sru8awuj2bof"]
[ext_resource type="Script" path="res://Sripts/Resources/character_stats.gd" id="1_u5owe"]
[resource]
script = ExtResource("1_u5owe")
max_health = 100
starting_health = 100
current_heath = 100