[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/
browsergame pixijs rapier2d roguelike shoot-em-up typescript webgame
0

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #14 from flo-bit/main

shmup

authored by

Florian and committed by
GitHub
(Jul 31, 2024, 2:51 PM +0200) 98165705 57fc8987

+1 -1
+1 -1
src/app.ts
··· 343 343 player.takeDamage(projectile.damage); 344 344 projectile.destroy(); 345 345 346 - sound.play('impact'); 346 + sound.play('shmup-solo'); 347 347 } 348 348 349 349 if (player && item) {