Commit 249f05e26494e32fe7a8c267938a1632bd22a486

Authored by ZhaoLu-Hoshea\Administrator
1 parent 6aa0b1e2

添加碰撞tag,用于地图中的一些中立阵营物体

Showing 2 changed files with 1 additions and 0 deletions   Show diff stats
Datas/common/ColliderRelation.xlsx
No preview for this file type
Defines/common.xml
... ... @@ -24,6 +24,7 @@
24 24 <var name="Wallable" />
25 25 <var name="HitCatBullet" comment="只与CatBody碰撞"/>
26 26 <var name="AllBullet" comment="与所有Body类型碰撞"/>
  27 + <var name="NeutrallyBody" comment="与所有Bullet类型碰撞"/>
27 28 </enum>
28 29  
29 30 <enum name="ValueType" comment="数值类型">
... ...