Skip to content

Commit d738f3d

Browse files
authored
Add files via upload
1 parent 19ead3c commit d738f3d

File tree

10 files changed

+213
-433
lines changed

10 files changed

+213
-433
lines changed

Chimaera.pbw

605 KB
Binary file not shown.

package.json

Lines changed: 29 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"HealthOff",
3737
"AddZero12h",
3838
"RemoveZero24h",
39+
"MonthDate",
3940
"NameLocation",
4041
"UpSlider",
4142
"NightTheme",
@@ -101,14 +102,40 @@
101102
"targetPlatforms": null,
102103
"type": "font"
103104
},
105+
{
106+
"file": "fonts/Zep-Regular.ttf",
107+
"name": "FONT_ZEPP_38",
108+
"targetPlatforms": null,
109+
"type": "font"
110+
},
111+
{
112+
"file": "fonts/steelfish rg.ttf",
113+
"name": "FONT_STEEL_36",
114+
"targetPlatforms": null,
115+
"type": "font"
116+
},
117+
{
118+
"file": "fonts/Copse-Narrow.ttf",
119+
"name": "FONT_COPSE_34",
120+
"targetPlatforms": null,
121+
"type": "font"
122+
},
123+
{
124+
"file": "fonts/OpenDyslexic-Narrow.ttf",
125+
"name": "FONT_OPEND_32",
126+
"targetPlatforms": null,
127+
"type": "font"
128+
},
104129
{
105130
"file": "data/SteelfishRg-Regular.ffont",
131+
"characterRegex": "[0-9:]",
106132
"name": "FONT_STEELFISHRG",
107133
"targetPlatforms": null,
108134
"type": "raw"
109135
},
110136
{
111137
"file": "data/OpenDyslexic-Cond.ffont",
138+
"characterRegex": "[0-9:]",
112139
"name": "FONT_OPEND",
113140
"targetPlatforms": [
114141
"basalt",
@@ -117,18 +144,9 @@
117144
],
118145
"type": "raw"
119146
},
120-
{
121-
"file": "data/OPTIBinnerGothic.ffont",
122-
"name": "FONT_BINGOTH",
123-
"targetPlatforms": [
124-
"basalt",
125-
"chalk",
126-
"diorite"
127-
],
128-
"type": "raw"
129-
},
130147
{
131148
"file": "data/Zep.ffont",
149+
"characterRegex": "[0-9:]",
132150
"name": "FONT_ZEP",
133151
"targetPlatforms": [
134152
"basalt",
@@ -139,6 +157,7 @@
139157
},
140158
{
141159
"file": "data/Copse-Cond.ffont",
160+
"characterRegex": "[0-9:]",
142161
"name": "FONT_COPSE",
143162
"targetPlatforms": [
144163
"basalt",

resources/data/Copse-Cond.ffont

-15.9 KB
Binary file not shown.
-8.59 KB
Binary file not shown.
-5.67 KB
Binary file not shown.
-5.58 KB
Binary file not shown.

resources/data/Zep.ffont

3.81 KB
Binary file not shown.

0 commit comments

Comments
 (0)