AugGodotGameCourse/augustgamecourse/scripts/resources/character_stats.gd

6 lines
146 B
GDScript3
Raw Permalink Normal View History

2024-10-01 10:04:10 +00:00
class_name CharacterStats extends Resource
@export var max_health:int = 100
@export var starting_health: int = 100
@export var health: int = 100