Merge pull request #342 from KirbyKid256/pulls/small-crouch-hitbox-fix

Hitbox Change for When Small and Crouching
This commit is contained in:
guzlad
2025-10-10 00:39:37 +02:00
committed by GitHub
8 changed files with 64 additions and 31 deletions

View File

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

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
}

View File

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

View File

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