Merge pull request #21 from Ewpratten/world/base_gfx
fix player sprites
This commit is contained in:
commit
59ed004bb1
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(),
|
movement_force: Vector2::zero(),
|
||||||
velocity: Vector2::zero(),
|
velocity: Vector2::zero(),
|
||||||
base_velocity: Vector2::new(0.0, GRAVITY_PPS),
|
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: AnimatedSpriteSheet::new(
|
||||||
sprite_sheet,
|
sprite_sheet,
|
||||||
Vector2::new(300.0, 300.0),
|
Vector2::new(300.0, 300.0),
|
||||||
|
Reference in New Issue
Block a user