Skip to content

Commit c629cd0

Browse files
authored
Merge pull request #6 from microbit-apps/main
local-dep updated to match latest from main
2 parents cb02a9e + 77438cd commit c629cd0

File tree

14 files changed

+1255
-1003
lines changed

14 files changed

+1255
-1003
lines changed

appconfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace user_interface_base {
22
export const font = bitmaps.font8
3-
export let getIcon: (name: string, nullIfMissing: boolean) => Bitmap = null
3+
export let getIcon: (name: string | number , nullIfMissing: boolean) => Bitmap = null
44
export let resolveTooltip: (ariaId: string) => string = null
55
export interface AppInterface {
66
pushScene(scene: Scene): void

0 commit comments

Comments
 (0)