Skip to content
This repository was archived by the owner on Nov 23, 2022. It is now read-only.

Commit adb1967

Browse files
committed
v3.0 ready
1 parent 9b15441 commit adb1967

File tree

6 files changed

+897
-421
lines changed

6 files changed

+897
-421
lines changed

package.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,12 @@
3737
"HourColorNight",
3838
"MinColorNight",
3939
"TopComp",
40-
"BottomComp"
40+
"BottomComp",
41+
"MinuteMarks"
4142
],
4243
"projectType": "native",
4344
"resources": {
4445
"media": [
45-
{
46-
"characterRegex": "[a-z]",
47-
"file": "fonts/ConnSymbol_2.ttf",
48-
"name": "FONT_SYMBOL_16",
49-
"targetPlatforms": null,
50-
"type": "font"
51-
},
5246
{
5347
"file": "images/bzel.png",
5448
"menuIcon": true,
@@ -62,6 +56,13 @@
6256
"targetPlatforms": null,
6357
"type": "font"
6458
},
59+
{
60+
"characterRegex": "[a-z]",
61+
"file": "fonts/connsymbol.ttf",
62+
"name": "FONT_SYMBOL_16",
63+
"targetPlatforms": null,
64+
"type": "font"
65+
},
6566
{
6667
"characterRegex": "[0-9 a-z A-Z]",
6768
"file": "fonts/Gotham Light.otf",
@@ -109,5 +110,5 @@
109110
"watchface": true
110111
}
111112
},
112-
"version": "2.1.0"
113+
"version": "3.0.0"
113114
}

resources/fonts/ConnSymbol_2.ttf

-2.17 KB
Binary file not shown.

resources/fonts/connsymbol.ttf

2.93 KB
Binary file not shown.

0 commit comments

Comments
 (0)