diff --git a/package.json b/package.json index 63fe321..4b159ab 100644 --- a/package.json +++ b/package.json @@ -712,6 +712,12 @@ ], "type": "bitmap" }, + { + "file": "images/menu_icon.png", + "name": "MENU_ICON", + "menuIcon": true, + "type": "bitmap" + }, { "characterRegex": "[:0-9]", "file": "fonts/RetroComputerTime.ttf", diff --git a/resources/images/menu_icon.png b/resources/images/menu_icon.png new file mode 100644 index 0000000..be8d7ed Binary files /dev/null and b/resources/images/menu_icon.png differ