Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/flo-bit/shadow-shmup. Fun and casual top-down, roguelike shoot 'em up browsergame with shadow elements and colorful neon effects
flo-bit.dev/shadow-shmup/
···11+export function RAPIER(): typeof import('@dimforge/rapier2d') {
22+ if (!window.RAPIER) {
33+ throw new Error('RAPIER is not initialized yet. Make sure to call setupPhysicsWorld() first.');
44+ }
55+ return window.RAPIER;
66+}