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
230 B
GDScript
9 lines
230 B
GDScript
|
2 years ago
|
extends Resource
|
||
|
|
|
||
|
|
class_name AttackBoxCfg
|
||
|
|
|
||
|
|
@export var height : float = 1 #判定框高度
|
||
|
|
@export var radius : float #圆形判定框 半径
|
||
|
|
@export var size : Vector2 #矩形判定框 大小
|
||
|
|
@export var offset : Vector2 #偏移
|