Skip to content

Commit

Permalink
Merge pull request #3 from diarmidmackenzie/fix-rain-cframe
Browse files Browse the repository at this point in the history
Fix rain
  • Loading branch information
diarmidmackenzie authored Jan 11, 2023
2 parents f0b1940 + 092905b commit a5a8449
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/aframe-particle-system-component.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
velocityValue: {x: 0, y: 75, z: 0},
velocitySpread: {x: 10, y: 50, z: 10},
color: ['#FFFFFF'],
size: 0.4,
size: [0.4],
texture: 'https://cdn.rawgit.com/IdeaSpaceVR/aframe-particle-system-component/master/dist/images/raindrop.png'
};

Expand Down
Loading

0 comments on commit a5a8449

Please sign in to comment.