[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 #1 from flo-bit/main

add base

authored by

Florian and committed by
GitHub
(Jul 23, 2024, 10:35 PM +0200) 719a943d daf967f5

+2 -1
+2 -1
vite.config.js
··· 6 6 plugins: [wasm()], 7 7 build: { 8 8 target: 'esnext' 9 - } 9 + }, 10 + base: '/shadow-shmup/' 10 11 });