Hitboxes/Hurtboxes update

This commit is contained in:
Alan Youngblood
2024-11-10 10:04:50 -05:00
parent 3e9f095d44
commit 7cb72e12cc
17 changed files with 297 additions and 12 deletions

View File

@@ -87,6 +87,13 @@ attack={
]
}
[layer_names]
2d_physics/layer_1="World"
2d_physics/layer_2="Player"
2d_physics/layer_3="PlayerHurtbox"
2d_physics/layer_4="EnemyHurtbox"
[physics]
common/enable_pause_aware_picking=true