// // includes.js // // Created by David Back on 3 Jan 2019 // Copyright 2016 High Fidelity, Inc. // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // const ENTITY_TYPE_ICON = { Box: "m", Grid: "", Image: "", Light: "p", Material: "", Model: "", ParticleEffect: "", ProceduralParticleEffect: "", PolyVox: "", PolyLine: "", Shape: "n", Sphere: "n", Sound: "G", Text: "l", Web: "q", Zone: "o", Multiple: "", };