Merge pull request #21 from Ewpratten/world/base_gfx

fix player sprites
This commit is contained in:
Evan Pratten 2021-10-02 12:02:07 -07:00 committed by GitHub
commit 59ed004bb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 138 KiB

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 KiB

View File

@ -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),