mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00

* Included WebAssembly asset `yachtpit.js` for cockpit functionality. * Added Bevy MIT license file. * Implemented a service worker to cache assets locally instead of fetching them remotely. * Added collapsible functionality to **Tweakbox** and included the `@chakra-ui/icons` dependency. * Applied the `hidden` prop to the Tweakbox Heading for better accessibility. * Refactored **Particles** component for improved performance, clarity, and maintainability. * Introduced helper functions for particle creation and count management. * Added responsive resizing with particle repositioning. * Optimized animation updates, including velocity adjustments for speed changes. * Ensured canvas size and particle state are cleanly managed on component unmount.
23 lines
526 B
Plaintext
23 lines
526 B
Plaintext
**/.open-gsio/
|
|
**/node_modules/
|
|
**/dist/
|
|
**/build/
|
|
**/coverage/
|
|
**/.wrangler/
|
|
**/.idea/
|
|
**/html/
|
|
**/.env
|
|
|
|
**/secrets.json
|
|
**/.dev.vars
|
|
wrangler.dev.jsonc
|
|
/packages/client/public/static/fonts/
|
|
/packages/client/public/robots.txt
|
|
/packages/client/public/sitemap.xml
|
|
/packages/client/public/assets/textures/bevy.png
|
|
/packages/client/public/assets/audio/flying.ogg
|
|
/packages/client/public/assets/textures/github.png
|
|
/packages/client/public/yachtpit.html
|
|
/packages/client/public/yachtpit.js
|
|
/packages/client/public/yachtpit_bg.wasm
|