Fix bird/birb in menu items

This commit is contained in:
Idrees Hassan
2026-04-04 10:13:17 -07:00
parent 85ade65a57
commit 96ff61625a
9 changed files with 21 additions and 21 deletions

View File

@@ -169,7 +169,7 @@ function startApplication(birbPixels, featherPixels, hatsPixels) {
};
const menuItems = [
new MenuItem(`Pet ${birdBirb()}`, pet, [
new MenuItem(() => `Pet ${birdBirb()}`, pet, [
[0, 1, 1, 0, 1, 1, 0],
[1, 0, 0, 1, 0, 0, 1],
[1, 0, 0, 0, 0, 0, 1],
@@ -201,7 +201,7 @@ function startApplication(birbPixels, featherPixels, hatsPixels) {
[1, 0, 0, 0, 0, 1, 0],
[1, 1, 1, 1, 1, 1, 0],
]),
new MenuItem(`Hide ${birdBirb()}`, () => birb.setVisible(false), [
new MenuItem(() => `Hide ${birdBirb()}`, () => birb.setVisible(false), [
[0, 1, 0, 1, 0, 1, 0],
[1, 0, 0, 1, 0, 0, 1],
[1, 0, 0, 1, 0, 0, 1],