feat(layers): clock layer
This commit is contained in:
parent
6ad5c8b7d6
commit
685640a605
6 changed files with 114 additions and 3 deletions
12
package.json
12
package.json
|
|
@ -24,7 +24,17 @@
|
|||
"dummy"
|
||||
],
|
||||
"resources": {
|
||||
"media": []
|
||||
"media": [{
|
||||
"type": "font",
|
||||
"name": "CLOCK_FONT_38",
|
||||
"file": "clock_font_big.ttf",
|
||||
"characterRange": "[0-9]"
|
||||
}, {
|
||||
"type": "font",
|
||||
"name": "CLOCK_FONT_26",
|
||||
"file": "clock_font_small.ttf",
|
||||
"characterRange": "[0-9]"
|
||||
}]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue