Commit 91dd9776 authored by quentin.vrel's avatar quentin.vrel
parents a05dfbe1 64bf6542
...@@ -33,9 +33,9 @@ const TILE_NAMES = { ...@@ -33,9 +33,9 @@ const TILE_NAMES = {
"31": "green dragon", "31": "green dragon",
"32": "red dragon", "32": "red dragon",
"33": "white dragon" "33": "white dragon"
}; };
const TILE_CODES = { const TILE_CODES = {
"0": "b1", "0": "b1",
"1": "b2", "1": "b2",
"2": "b3", "2": "b3",
...@@ -70,9 +70,9 @@ const TILE_NAMES = { ...@@ -70,9 +70,9 @@ const TILE_NAMES = {
"31": "F", "31": "F",
"32": "C", "32": "C",
"33": "P" "33": "P"
}; };
const TILE_GLYPHS = { const TILE_GLYPHS = {
"0": "Sou1.svg", "0": "Sou1.svg",
"1": "Sou2.svg", "1": "Sou2.svg",
"2": "Sou3.svg", "2": "Sou3.svg",
...@@ -100,28 +100,28 @@ const TILE_NAMES = { ...@@ -100,28 +100,28 @@ const TILE_NAMES = {
"24": "Pin7.svg", "24": "Pin7.svg",
"25": "Pin8.svg", "25": "Pin8.svg",
"26": "Pin9.svg", "26": "Pin9.svg",
"27": "", "27": "Ton.svg",
"28": "", "28": "Nan.svg",
"29": "", "29": "Shaa.svg",
"30": "", "30": "Pei.svg",
"31": "", "31": "Hatsu.svg",
"32": "", "32": "Chun.svg",
"33": "", "33": "Haku.svg"
}; };
const SUIT_NAMES = { const SUIT_NAMES = {
"0": "bamboo", "0": "bamboo",
"1": "characters", "1": "characters",
"2": "dots", "2": "dots",
"3": "winds", "3": "winds",
"4": "dragons" "4": "dragons"
}; };
if (typeof module !== "undefined" && module.exports) { if (typeof module !== "undefined" && module.exports) {
module.exports = { module.exports = {
TILE_NAMES, TILE_NAMES,
TILE_CODES, TILE_CODES,
TILE_GLYPHS, TILE_GLYPHS,
SUIT_NAMES SUIT_NAMES
}; };
} }
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment