Refactored Small Crouching and Big Crouching

- Added new variables to `CharacterInfo.json`
- Made it so `BlockCollision` area position is attached to top of `SmallCollision` and `BigCollision`
This commit is contained in:
KirbyKidJ
2025-10-09 15:16:14 -07:00
parent 0f628302cb
commit e6bc64affb
8 changed files with 56 additions and 56 deletions

View File

@@ -34,8 +34,10 @@
"DEATH_JUMP_HEIGHT": 300.0,
"can_air_turn": false,
"can_air_turn": false
},
"small_hitbox_scale": [1, 1],
"big_hitbox_scale": [1.0, 1.0]
"small_hitbox_scale": [1.0, 1.0],
"small_crouch_scale": 0.75,
"big_hitbox_scale": [1.0, 1.0],
"big_crouch_scale": 0.5
}