diff --git a/.gitignore b/.gitignore index 330bb6d..2aaf425 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +fontello-7bf7a0b6/ +css/ +font/ plain.json reznor88banish.json -reznor112grimm.json \ No newline at end of file +reznor112grimm.json +reznor100.json \ No newline at end of file diff --git a/HKCheckCompletion.js b/HKCheckCompletion.js index f0f51ee..4b10574 100644 --- a/HKCheckCompletion.js +++ b/HKCheckCompletion.js @@ -1,8 +1,8 @@ // ---------------- Constants ----------------- // const DATA_UNKNOWN = "Data unknown"; -const SYMBOL_FALSE = "❌ "; -const SYMBOL_TRUE = "✅ "; +const SYMBOL_FALSE = ""; // "❌ "; +const SYMBOL_TRUE = ""; // "✅ "; // ---------------- Variables ----------------- // @@ -45,7 +45,7 @@ const DIV_ID = { const HK_BOSSES = { killedMawlek: "Brooding Mawlek", - killedBigBuzzer: "Gruz Mother", + killedBigBuzzer: "Gruz Mother", // wrong collectorDefeated: "The Collector", defeatedMegaJelly: "Uumuu", killedMimicSpider: "Nosk", diff --git a/config.json b/config.json new file mode 100644 index 0000000..e5a4c9b --- /dev/null +++ b/config.json @@ -0,0 +1,40 @@ +{ + "name": "", + "css_prefix_text": "icon-", + "css_use_suffix": false, + "hinting": true, + "units_per_em": 1000, + "ascent": 850, + "glyphs": [ + { + "uid": "1400d5103edd2fa6d2d61688fee79a5a", + "css": "ok-squared", + "code": 61770, + "src": "fontawesome" + }, + { + "uid": "5211af474d3a9848f67f945e2ccaf143", + "css": "cancel", + "code": 59392, + "src": "fontawesome" + }, + { + "uid": "0f4cae16f34ae243a6144c18a003f2d8", + "css": "cancel-circled", + "code": 59393, + "src": "fontawesome" + }, + { + "uid": "12f4ece88e46abd864e40b35e05b11cd", + "css": "ok", + "code": 59394, + "src": "fontawesome" + }, + { + "uid": "43ab845088317bd348dee1d975700c48", + "css": "ok-circled", + "code": 59395, + "src": "fontawesome" + } + ] +} \ No newline at end of file diff --git a/index.html b/index.html index 663e190..1a7725f 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,9 @@ - + + +