mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 11:53:28 +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/",
|
||||
dpi: 30,
|
||||
},
|
||||
Particles: {
|
||||
ParticleEffect: {
|
||||
lifespan: 1.5,
|
||||
maxParticles: 10,
|
||||
textures: "https://content.highfidelity.com/DomainContent/production/Particles/wispy-smoke.png",
|
||||
|
|
Loading…
Reference in a new issue