mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 07:28:14 +00:00
Merge pull request #342 from KirbyKid256/pulls/small-crouch-hitbox-fix
Hitbox Change for When Small and Crouching
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
@@ -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
|
||||
}
|
||||
|
@@ -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
|
||||
}
|
||||
|
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user