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

Commit

Permalink
feat: add Player to PlayPage
Browse files Browse the repository at this point in the history
  • Loading branch information
alestiago committed Mar 11, 2024
1 parent ae97806 commit 83fc2d3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions packages/trashy_road/lib/gen/assets.gen.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions packages/trashy_road/lib/src/play/view/play_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,16 @@ class PlayPage extends StatelessWidget {
),
),
),
Align(
alignment: Alignment.bottomLeft,
child: SizedBox.fromSize(
size: const Size(236, 277),
child: Image.asset(
Assets.images.display.playerStill.path,
fit: BoxFit.none,
),
),
),
const Align(
alignment: Alignment(0, 0.2),
child: SizedBox(
Expand Down

0 comments on commit 83fc2d3

Please sign in to comment.