Skip to content

Commit b0e3132

Browse files
committed
coreAssets.ts: microbitLogo
1 parent 727e152 commit b0e3132

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

coreAssets.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ namespace user_interface_base {
3333

3434
if (name == "radio_set_group") return icondb.radio_set_group
3535
if (name == "largeSettingsGear") return icondb.largeSettingsGear
36+
37+
if (name == "microbitLogo") return icondb.microbitLogo
3638
if (name == "microbitLogoWhiteBackground") return icondb.microbitLogoWhiteBackground
3739

3840
extraImage = null
@@ -43,6 +45,9 @@ namespace user_interface_base {
4345
}
4446
}
4547

48+
}
49+
50+
namespace icondb {
4651
export const microbitLogo = bmp`
4752
............................
4853
......5555555555555555......
@@ -61,9 +66,6 @@ namespace user_interface_base {
6166
.....45555555555555555444...
6267
.......4444444444444444.....
6368
`
64-
}
65-
66-
namespace icondb {
6769

6870
//-------------
6971
// SMALL ICONS:

0 commit comments

Comments
 (0)