1
0
mirror of https://github.com/Earu/EasyChat.git synced 2025-03-04 03:13:20 -05:00

Use the repo files instead of random gists scattered around

This commit is contained in:
Earu 2021-08-01 12:14:36 +02:00
parent 89ee71622a
commit fb13702408
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
local LOOKUP_URL = "https://gist.githubusercontent.com/Earu/c53daf7627c105d057a5a67b79471033/raw/0fbcafb3538af6663ae558c70b0b4be1f4e61e56/transliteration_lookup.json"
local LOOKUP_URL = "https://raw.githubusercontent.com/Earu/EasyChat/master/external_data/transliteration_lookup.json"
local LOOKUP_PATH = "easychat/transliteration_lookup.json"
local MAX_SUPPORTED_UNICODE = 0xFFFF -- gmod cannot render anything above this codepoint

View File

@ -1,4 +1,4 @@
local DISCORD_LOOKUP_TABLE_URL = "https://raw.githubusercontent.com/Cynosphere/emojis.json/master/emojis.json"
local DISCORD_LOOKUP_TABLE_URL = "https://raw.githubusercontent.com/Earu/EasyChat/master/external_data/twemojis.json"
local FOLDER = "easychat/emojis/twemojis"
file.CreateDir(FOLDER, "DATA")