mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 03:40:20 +02:00
Fix name of Particles to ParticleEffect for default properties in edit.js
This commit is contained in:
parent
738ac30f1d
commit
a4adf2c716
1 changed files with 1 additions and 1 deletions
|
@ -419,7 +419,7 @@ const DEFAULT_ENTITY_PROPERTIES = {
|
||||||
sourceUrl: "https://highfidelity.com/",
|
sourceUrl: "https://highfidelity.com/",
|
||||||
dpi: 30,
|
dpi: 30,
|
||||||
},
|
},
|
||||||
Particles: {
|
ParticleEffect: {
|
||||||
lifespan: 1.5,
|
lifespan: 1.5,
|
||||||
maxParticles: 10,
|
maxParticles: 10,
|
||||||
textures: "https://content.highfidelity.com/DomainContent/production/Particles/wispy-smoke.png",
|
textures: "https://content.highfidelity.com/DomainContent/production/Particles/wispy-smoke.png",
|
||||||
|
|
Loading…
Reference in a new issue