mirror of
https://github.com/NohamR/Pocket-Bird.git
synced 2026-05-25 12:17:22 +00:00
Add inset feather debug option
This commit is contained in:
@@ -204,6 +204,9 @@ Promise.all([
|
||||
unlockBird(type);
|
||||
}
|
||||
}),
|
||||
new DebugMenuItem("Add Feather", () => {
|
||||
activateFeather();
|
||||
}),
|
||||
new DebugMenuItem("Disable Debug", () => {
|
||||
setDebug(false);
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user