add radial triggers

This commit is contained in:
MihailRis
2024-07-04 06:09:29 +03:00
parent e6c3775286
commit 736e5b95b6
9 changed files with 117 additions and 44 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
{
"hitbox": [0.2, 0.125, 0.2],
"triggers": [
["aabb", -0.2, -0.2, -0.2, 0.2, 0.2, 0.2]
["aabb", -0.2, -0.2, -0.2, 0.2, 0.2, 0.2],
["radius", 1.6]
]
}