We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60e7e1d commit b1b4e48Copy full SHA for b1b4e48
examples/magic/index.html
@@ -25,7 +25,7 @@
25
26
<a-entity particleplayer="delay: 500; src: #particlesEnergyJson; img: #energyTex; dur: 4000; count: 100%; scale: 2.5; pscale: 2; interpolate: false; shader: standard; poolSize: 1; loop: true;"></a-entity>
27
28
- <a-entity particleplayer="delay: 500; src: #particlesDustJson; img: #dustTex; dur: 4000; count: 100%; scale: 2.5; pscale:1 interpolate: false; shader: standard; poolSize: 1; loop: true; color: #aaf"></a-entity>
+ <a-entity particleplayer="delay: 500; src: #particlesDustJson; img: #dustTex; dur: 4000; count: 100%; scale: 2.5; pscale: 1; interpolate: false; shader: standard; poolSize: 1; loop: true; color: #aaf"></a-entity>
29
</a-entity>
30
31
<!-- lights -->
0 commit comments