MIH Profile Links
This commit is contained in:
parent
33d07b1617
commit
052f937027
30 changed files with 2240 additions and 499 deletions
|
|
@ -130,7 +130,7 @@ class _MihMineSweeperLeaderBoardState extends State<MihMineSweeperLeaderBoard> {
|
|||
children: [
|
||||
const SizedBox(height: 50),
|
||||
Icon(
|
||||
MihIcons.mineSweeper,
|
||||
MihIcons.mihMinesweeper,
|
||||
size: 165,
|
||||
color: MihColors.secondary(),
|
||||
),
|
||||
|
|
|
|||
|
|
@ -596,7 +596,7 @@ class _MineSweeperGameState extends State<MineSweeperGame> {
|
|||
children: [
|
||||
const SizedBox(height: 50),
|
||||
Icon(
|
||||
MihIcons.mineSweeper,
|
||||
MihIcons.mihMinesweeper,
|
||||
size: 165,
|
||||
color: MihColors.secondary(),
|
||||
),
|
||||
|
|
@ -780,7 +780,7 @@ class _MineSweeperGameState extends State<MineSweeperGame> {
|
|||
_timer != null && !kIsWeb && (Platform.isAndroid || Platform.isIOS)
|
||||
? MihBannerAd()
|
||||
: SizedBox(),
|
||||
SizedBox(height: 15),
|
||||
SizedBox(height: 10),
|
||||
],
|
||||
);
|
||||
},
|
||||
|
|
|
|||
|
|
@ -134,7 +134,7 @@ class _MihMineSweeperLeaderBoardState extends State<MyScoreBoard> {
|
|||
children: [
|
||||
const SizedBox(height: 50),
|
||||
Icon(
|
||||
MihIcons.mineSweeper,
|
||||
MihIcons.mihMinesweeper,
|
||||
size: 165,
|
||||
color: MihColors.secondary(),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue