mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
add new glyphs with check, reference in entityList
This commit is contained in:
parent
f64efe18c0
commit
924624b127
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue