mkjs/code/entities/items/powerups.js

10 lines
250 B
JavaScript

//boost, 3x boost, queen boost, star, ghost
window.MushroomC = null;
window.MushroomGroupC = null;
window.QueenMushroomC = null;
window.StarC = null;
window.ThunderC = null;
window.BlooperC = null;
window.BooC = null;
window.KillerC = null;