Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion appconfig.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace user_interface_base {
export const font = bitmaps.font8
export let getIcon: (name: string, nullIfMissing: boolean) => Bitmap = null
export let getIcon: (name: string | number , nullIfMissing: boolean) => Bitmap = null
export let resolveTooltip: (ariaId: string) => string = null
export interface AppInterface {
pushScene(scene: Scene): void
Expand Down
Loading