add entity trigger type parameter

This commit is contained in:
MihailRis
2024-07-02 23:54:38 +03:00
parent 5b154b57b3
commit 8add39e506
5 changed files with 15 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"hitbox": [0.2, 0.125, 0.2],
"triggers": [
[-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]
]
}