mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-16 11:52:04 +02:00
aded lifetime to flowers so they die after a while
This commit is contained in:
parent
a236fceead
commit
9d1217e02d
1 changed files with 1 additions and 0 deletions
|
@ -114,6 +114,7 @@
|
|||
flower.id = Entities.addEntity({
|
||||
type: "Sphere",
|
||||
name: "flower",
|
||||
lifetime: 3600,
|
||||
position: position,
|
||||
collisionless: true,
|
||||
rotation: flower.rotation,
|
||||
|
|
Loading…
Reference in a new issue