mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 19:10:48 +02:00
not emitting right now
This commit is contained in:
parent
0015e28b95
commit
a544ffc942
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
||||||
_this.waterEffect = Entities.addEntity({
|
_this.waterEffect = Entities.addEntity({
|
||||||
type: "ParticleEffect",
|
type: "ParticleEffect",
|
||||||
name: "water particle effect",
|
name: "water particle effect",
|
||||||
isEmitting: true,
|
isEmitting: false,
|
||||||
position: _this.position,
|
position: _this.position,
|
||||||
colorStart: {
|
colorStart: {
|
||||||
red: 50,
|
red: 50,
|
||||||
|
|
Loading…
Reference in a new issue