style: cascade

pull/319/head
Allison Ryan 3 years ago
parent 9f8721e7a5
commit 6e2b86bb23

@ -65,8 +65,9 @@ void main() {
'renders correctly', 'renders correctly',
setUp: (game, tester) async { setUp: (game, tester) async {
await game.images.loadAll(assets); await game.images.loadAll(assets);
game.camera.zoom = 6; game.camera
game.camera.followVector2(Vector2(0, -130)); ..followVector2(Vector2(0, -130))
..zoom = 6;
await game.ensureAdd(Backbox()); await game.ensureAdd(Backbox());
await tester.pump(); await tester.pump();
}, },

Loading…
Cancel
Save