Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
fix: duplicated GamePage widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
alestiago committed Mar 10, 2024
1 parent 08b447b commit 84cc16d
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions packages/trashy_road/lib/src/game/view/game_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -97,21 +97,6 @@ class _GameView extends StatelessWidget {
child: TopHud(),
),
),
if (isTutorial)
const Align(
alignment: Alignment.bottomCenter,
child: Padding(
padding: EdgeInsets.all(12),
child: InventoryHud(),
),
),
const Align(
alignment: Alignment.topCenter,
child: Padding(
padding: EdgeInsets.all(12),
child: TopHud(),
),
),
if (isTutorial)
const Align(
alignment: Alignment(0, -0.6),
Expand Down

0 comments on commit 84cc16d

Please sign in to comment.