update 'hitbox' property semantics

This commit is contained in:
MihailRis
2024-07-10 02:34:53 +03:00
parent 37f28a768c
commit 91230ecbeb
6 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"components": [
"drop"
],
"hitbox": [0.2, 0.125, 0.2],
"hitbox": [0.4, 0.25, 0.4],
"sensors": [
["aabb", -0.2, -0.2, -0.2, 0.2, 0.2, 0.2],
["radius", 1.6]
+1 -1
View File
@@ -3,5 +3,5 @@
"falling_block"
],
"rig-name": "base:block",
"hitbox": [0.4, 0.4, 0.4]
"hitbox": [0.8, 0.8, 0.8]
}
+1 -1
View File
@@ -1,3 +1,3 @@
{
"hitbox": [0.3, 0.9, 0.3]
"hitbox": [0.6, 1.8, 0.6]
}