30 lines
650 B
JavaScript
Raw Permalink Normal View History

//
// 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: "",
2019-01-04 18:35:00 -08:00
Image: "",
Light: "p",
Material: "",
Model: "",
ParticleEffect: "",
2023-11-27 21:47:20 -08:00
ProceduralParticleEffect: "",
2019-01-04 18:35:00 -08:00
PolyVox: "",
PolyLine: "",
Shape: "n",
Sphere: "n",
2024-03-24 13:31:16 -07:00
Sound: "G",
2019-01-04 18:35:00 -08:00
Text: "l",
Web: "q",
Zone: "o",
Multiple: "",
};