test: fixed golden tests for inactive spaceship ramp

pull/212/head
RuiAlonso 3 years ago
parent 99ba32a35f
commit 390c423c24

Binary file not shown.

Before

Width:  |  Height:  |  Size: 187 KiB

After

Width:  |  Height:  |  Size: 20 KiB

@ -158,6 +158,7 @@ void main() {
await game.images.loadAll(assets);
final spaceshipRamp = SpaceshipRamp();
await game.addFromBlueprint(spaceshipRamp);
await game.ready();
spaceshipRamp
..progress()
..progress()
@ -189,6 +190,7 @@ void main() {
await game.images.loadAll(assets);
final spaceshipRamp = SpaceshipRamp();
await game.addFromBlueprint(spaceshipRamp);
await game.ready();
spaceshipRamp
..progress()
..progress()

Loading…
Cancel
Save