Merge pull request #21 from Ewpratten/world/base_gfx
fix player sprites
This commit is contained in:
commit
59ed004bb1
game
Binary file not shown.
Before ![]() (image error) Size: 138 KiB After ![]() (image error) 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 ![]() (image error) 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