Skip to content

Commit

Permalink
feature: Update particles
Browse files Browse the repository at this point in the history
- Add new cat icon
- Update dependency
- Adjust ParticleBg

Refs: 86936x35u
Signed-off-by: Patryk Kłosiński <[email protected]>
  • Loading branch information
JimTheCat committed Jan 7, 2025
1 parent fc8a1e5 commit 43c9cfe
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ export const ParticleBg = () => {
enable: false,
},
move: {
direction: "random", // Losowy kierunek ruchu
direction: "random",
enable: true,
outModes: {
default: "bounce", // Cząsteczki odbijają się od krawędzi
default: "bounce",
},
random: true, // Włącz losowość ruchu
random: true,
speed: {min: 1, max: 2},
straight: false,
attract: {
Expand Down Expand Up @@ -93,7 +93,7 @@ export const ParticleBg = () => {
direction: "random",
},
shape: {
type: "image", // Ustawiamy kształt na obraz
type: "image",
options: {
image: {
src: colorScheme === 'dark' ? kitty_dark : kitty_light,
Expand Down

0 comments on commit 43c9cfe

Please sign in to comment.