From ca0875aefbfd38527ccdd3e8965e1ee4f7141c23 Mon Sep 17 00:00:00 2001 From: RuiAlonso Date: Fri, 22 Apr 2022 13:39:38 +0200 Subject: [PATCH] feat: added outer bottom asset to sandbox --- .../sandbox/lib/stories/boundaries/boundaries_game.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/pinball_components/sandbox/lib/stories/boundaries/boundaries_game.dart b/packages/pinball_components/sandbox/lib/stories/boundaries/boundaries_game.dart index ca7c8cc8..5ae1dd29 100644 --- a/packages/pinball_components/sandbox/lib/stories/boundaries/boundaries_game.dart +++ b/packages/pinball_components/sandbox/lib/stories/boundaries/boundaries_game.dart @@ -18,6 +18,7 @@ class BoundariesGame extends BasicBallGame with Traceable { await images.loadAll([ Assets.images.boundary.outer.keyName, + Assets.images.boundary.outerBottom.keyName, Assets.images.boundary.bottom.keyName, ]);