mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Update markerEntityScript.js
This commit is contained in:
parent
5762c33cfe
commit
33fe2e9b36
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue