overte-thingvellir/scripts/system/html/js/includes.js
2024-03-21 16:43:09 -07:00

28 lines
634 B
JavaScript

//
// 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",
Text: "l",
Web: "q",
Zone: "o",
Multiple: "",
};