Move heart up

This commit is contained in:
Idrees Hassan
2026-01-18 19:30:07 -05:00
parent 4838457054
commit cf968dfec4
9 changed files with 11 additions and 11 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.NONE;
let currentHat = HAT.TOP_HAT;
// let visible = true;
let lastPetTimestamp = 0;
/** @type {StickyNote[]} */