aded lifetime to flowers so they die after a while

This commit is contained in:
ericrius1 2016-03-08 17:37:56 -08:00
parent a236fceead
commit 9d1217e02d

View file

@ -114,6 +114,7 @@
flower.id = Entities.addEntity({
type: "Sphere",
name: "flower",
lifetime: 3600,
position: position,
collisionless: true,
rotation: flower.rotation,