Add inset feather debug option

This commit is contained in:
Idrees Hassan
2025-10-29 19:31:09 -04:00
parent 92dfea998f
commit 32a871b773
4 changed files with 13 additions and 4 deletions

View File

@@ -204,6 +204,9 @@ Promise.all([
unlockBird(type);
}
}),
new DebugMenuItem("Add Feather", () => {
activateFeather();
}),
new DebugMenuItem("Disable Debug", () => {
setDebug(false);
}),