From 5cec8a63add4c94509ae25592b91408b29516fa9 Mon Sep 17 00:00:00 2001 From: Geordan Rosario Date: Wed, 8 Aug 2018 20:53:58 -0700 Subject: [PATCH] Rename "system" to "sensor". Bump minor version as renaming introduces incompatibilities. (I should have bumped it earlier.) fixes #55 --- .vscode/tasks.json | 23 +++++++++++++++++++++++ bower.json | 2 +- dist/xwing-miniatures.css | 10 +++++----- index.html | 8 ++++---- package.json | 2 +- src/json/icons-map.json | 2 +- src/sass/_icons-map.scss | 2 +- 7 files changed, 36 insertions(+), 13 deletions(-) create mode 100644 .vscode/tasks.json diff --git a/.vscode/tasks.json b/.vscode/tasks.json new file mode 100644 index 0000000..c751354 --- /dev/null +++ b/.vscode/tasks.json @@ -0,0 +1,23 @@ +{ + // See https://go.microsoft.com/fwlink/?LinkId=733558 + // for the documentation about the tasks.json format + "version": "2.0.0", + "tasks": [ + { + "type": "npm", + "script": "build", + "group": { + "kind": "build", + "isDefault": true + } + }, + { + "type": "npm", + "script": "test", + "group": { + "kind": "test", + "isDefault": true + } + } + ] +} \ No newline at end of file diff --git a/bower.json b/bower.json index 38562b6..2f7df3e 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "xwing-miniatures-font", - "version": "2.1.2", + "version": "2.2.0", "authors": [ "Geordan Rosario " ], diff --git a/dist/xwing-miniatures.css b/dist/xwing-miniatures.css index 5157ceb..f74ca87 100644 --- a/dist/xwing-miniatures.css +++ b/dist/xwing-miniatures.css @@ -314,6 +314,9 @@ i.xwing-miniatures-font-rotatearc:before { i.xwing-miniatures-font-scum:before { content: "#"; } +i.xwing-miniatures-font-sensor:before { + content: "S"; } + i.xwing-miniatures-font-shield:before { content: "*"; } @@ -338,9 +341,6 @@ i.xwing-miniatures-font-stop:before { i.xwing-miniatures-font-straight:before { content: "8"; } -i.xwing-miniatures-font-system:before { - content: "S"; } - i.xwing-miniatures-font-talent:before { content: "E"; } @@ -423,13 +423,13 @@ i.xwing-miniatures-font-token-reinforce-outline:before { content: "ì"; } i.xwing-miniatures-font-token-reinforce:before { - content: "Ý"; } + content: "Ü"; } i.xwing-miniatures-font-token-reinforceaft-outline:before { content: "î"; } i.xwing-miniatures-font-token-reinforceaft:before { - content: "Ü"; } + content: "Ý"; } i.xwing-miniatures-font-token-shield-outline:before { content: "ë"; } diff --git a/index.html b/index.html index 5ecdf80..95b945c 100644 --- a/index.html +++ b/index.html @@ -418,6 +418,10 @@

X-Wing Miniatures Font List

xwing-miniatures-font-scum + + xwing-miniatures-font-sensor + + xwing-miniatures-font-shield @@ -450,10 +454,6 @@

X-Wing Miniatures Font List

xwing-miniatures-font-straight - - xwing-miniatures-font-system - - xwing-miniatures-font-talent diff --git a/package.json b/package.json index b0d1c57..4733a3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xwing-miniatures-font", - "version": "2.1.2", + "version": "2.2.0", "description": "Font for the X-Wing Miniatures game", "files": [ "dist/xwing-miniatures.css", diff --git a/src/json/icons-map.json b/src/json/icons-map.json index 527882d..63783ed 100644 --- a/src/json/icons-map.json +++ b/src/json/icons-map.json @@ -101,6 +101,7 @@ "rightarc": "\u00a2", "rotatearc": "\u0052", "scum": "\u0023", + "sensor": "\u0053", "shield": "\u002a", "singleturretarc": "\u0070", "slam": "\u0073", @@ -109,7 +110,6 @@ "squad-point-cost": "\u0030", "stop": "\u0035", "straight": "\u0038", - "system": "\u0053", "talent": "\u0045", "team": "\u0054", "tech": "\u0058", diff --git a/src/sass/_icons-map.scss b/src/sass/_icons-map.scss index d2d8c98..9f5e6f3 100644 --- a/src/sass/_icons-map.scss +++ b/src/sass/_icons-map.scss @@ -100,6 +100,7 @@ $icons-map: ( rightarc: "\00a2", rotatearc: "\0052", scum: "\0023", + sensor: "\0053", shield: "\002a", singleturretarc: "\0070", slam: "\0073", @@ -108,7 +109,6 @@ $icons-map: ( squad-point-cost: "\0030", stop: "\0035", straight: "\0038", - system: "\0053", talent: "\0045", team: "\0054", tech: "\0058",