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.

10 lines
317 B
GDScript

1 year ago
extends Cfg
class_name AttackBoxCfg
2 years ago
@export var shape: Shape3D
@export var offset: Vector2 #偏移
1 year ago
@export var is_throw: bool #是否投技(只命中投技目标)
10 months ago
@export var is_direct: bool #是否直接命中
@export var is_hit_self: bool #是否命中自己
@export var is_rebound: bool #是否地面反弹技能