mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Replace default URL for Image and Particle
Replace default URL for Image and Particle and point now to a local deployed resource.
This commit is contained in:
parent
c1781dc3ce
commit
856cb5cb2c
1 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ var CREATE_TOOLS_WIDTH = 490;
|
|||
var MAX_DEFAULT_ENTITY_LIST_HEIGHT = 942;
|
||||
var ENTIRE_DOMAIN_SCAN_RADIUS = 27713;
|
||||
|
||||
var DEFAULT_IMAGE = "https://hifi-content.s3.amazonaws.com/DomainContent/production/no-image.jpg";
|
||||
var DEFAULT_IMAGE = "file:///~/default/default_image.jpg";
|
||||
|
||||
var createToolsWindow = new CreateWindow(
|
||||
Script.resolvePath("qml/EditTools.qml"),
|
||||
|
@ -436,7 +436,7 @@ const DEFAULT_ENTITY_PROPERTIES = {
|
|||
ParticleEffect: {
|
||||
lifespan: 1.5,
|
||||
maxParticles: 10,
|
||||
textures: "https://content.highfidelity.com/DomainContent/production/Particles/wispy-smoke.png",
|
||||
textures: "file:///~/default/default_particle.png",
|
||||
emitRate: 5.5,
|
||||
emitSpeed: 0,
|
||||
speedSpread: 0,
|
||||
|
|
Loading…
Reference in a new issue