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:
Alezia Kurdis 2020-08-07 13:04:01 -04:00 committed by GitHub
parent c1781dc3ce
commit 856cb5cb2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,