GodotGame/scripts/resources/character_stats.gd

6 lines
142 B
GDScript3
Raw Permalink Normal View History

2024-08-20 01:07:42 +00:00
class_name Character extends Resource
@export var max_health: int = 100
@export var starting_health: int = 100
@export var health: int = 100