fix player sprites
This commit is contained in:
parent
4b8818c29e
commit
67803212be
Binary file not shown.
Before Width: | Height: | Size: 138 KiB After Width: | Height: | Size: 46 KiB |
BIN
game/assets/character/player_run_old.png
Normal file
BIN
game/assets/character/player_run_old.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 138 KiB |
@ -35,7 +35,7 @@ impl MainCharacter {
|
||||
movement_force: Vector2::zero(),
|
||||
velocity: Vector2::zero(),
|
||||
base_velocity: Vector2::new(0.0, GRAVITY_PPS),
|
||||
size: Vector2::new(100.0, 130.0),
|
||||
size: Vector2::new(100.0, 100.0),
|
||||
sprite_sheet: AnimatedSpriteSheet::new(
|
||||
sprite_sheet,
|
||||
Vector2::new(300.0, 300.0),
|
||||
|
Reference in New Issue
Block a user