Skip to content

Commit

Permalink
Update particles test
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo committed Feb 6, 2023
1 parent 612ca8c commit 5768b95
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions tests/test/test_export.js
Original file line number Diff line number Diff line change
Expand Up @@ -331,30 +331,30 @@ describe('Exporter', function () {
const ext = node.extensions['MOZ_hubs_components'];
assert.deepStrictEqual(ext, {
"particle-emitter": {
"src": "",
"startColor": "#0cff00",
"middleColor": "#0cff00",
"endColor": "#0cff00",
"src": "https://hmc-assets.reticulum.io/spoke/assets/images/dot-75db99b125fe4e9afbe58696320bea73.png",
"startColor": "#ffffff",
"middleColor": "#ffffff",
"endColor": "#ffffff",
"startOpacity": 1,
"middleOpacity": 1,
"endOpacity": 1,
"sizeCurve": "linear",
"colorCurve": "linear",
"startSize": 1,
"endSize": 1,
"startSize": 0.25,
"endSize": 0.25,
"sizeRandomness": 0,
"ageRandomness": 0,
"lifetime": 1,
"lifetimeRandomness": 0,
"particleCount": 10,
"ageRandomness": 10,
"lifetime": 5,
"lifetimeRandomness": 5,
"particleCount": 100,
"startVelocity": {
"x": 0,
"y": 0,
"y": 0.5,
"z": 0
},
"endVelocity": {
"x": 0,
"y": 0,
"y": 0.5,
"z": 0
},
"velocityCurve": "linear",
Expand Down

0 comments on commit 5768b95

Please sign in to comment.