add new glyphs with check, reference in entityList

This commit is contained in:
Stephen Birarda 2017-04-20 14:19:24 -07:00
parent f64efe18c0
commit 924624b127
2 changed files with 1 additions and 1 deletions

View file

@ -17,7 +17,7 @@ const DESCENDING_STRING = '▾';
const LOCKED_GLYPH = "";
const VISIBLE_GLYPH = "";
const TRANSPARENCY_GLYPH = "";
const BAKED_GLYPH = "Y";
const BAKED_GLYPH = ""
const SCRIPT_GLYPH = "k";
const DELETE = 46; // Key code for the delete key.
const KEY_P = 80; // Key code for letter p used for Parenting hotkey.