You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
209 B
GDScript

2 years ago
extends Resource
class_name ShieldCfg
@export var shield_max : float = 100 #护盾最大值
@export var recover_speed : float = 10 #护盾恢复速度
@export var recover_cd : float = 5 #护盾恢复延迟