Add viking helmet

This commit is contained in:
Idrees Hassan
2026-01-18 21:07:02 -05:00
parent 94454a2338
commit 2a90a56a2b
10 changed files with 107 additions and 71 deletions

View File

@@ -237,7 +237,7 @@ function startApplication(birbPixels, featherPixels, hatsPixels) {
let petStack = [];
let currentSpecies = DEFAULT_BIRD;
let unlockedSpecies = [DEFAULT_BIRD];
let currentHat = HAT.TOP_HAT;
let currentHat = HAT.VIKING_HELMET;
// let visible = true;
let lastPetTimestamp = 0;
/** @type {StickyNote[]} */