Update markerEntityScript.js

This commit is contained in:
Eric Levin 2016-02-29 16:11:08 -08:00
parent 5762c33cfe
commit 33fe2e9b36

View file

@ -131,7 +131,7 @@
position: position,
textures: _this.MARKER_TEXTURE_URL,
color: _this.markerColor,
lifetime: 500,
lifetime: 5000,
});
_this.linePoints = [];
@ -216,4 +216,4 @@
// entity scripts always need to return a newly constructed object of our type
return new MarkerTip();
});
});