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:
parent
89ee71622a
commit
fb13702408
@ -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
|
||||
|
||||
|
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user