GodotProject/scripts/Resources/character_stats.gd

7 lines
143 B
GDScript3
Raw Permalink Normal View History

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