fix player collider
This commit is contained in:
parent
0d5be8759a
commit
466984588e
@ -40,7 +40,7 @@ impl MainCharacter {
|
||||
movement_force: Vector2::zero(),
|
||||
velocity: Vector2::zero(),
|
||||
base_velocity: Vector2::new(0.0, GRAVITY_PPS),
|
||||
size: Vector2::new(60.0, 100.0),
|
||||
size: Vector2::new(85.0, 100.0),
|
||||
sprite_sheet: AnimatedSpriteSheet::new(
|
||||
sprite_sheet,
|
||||
Vector2::new(258.0, 277.0),
|
||||
|
Reference in New Issue
Block a user