refactor(layers): layer data API usage
This commit is contained in:
parent
b68a52b4d2
commit
2778dc4eda
7 changed files with 71 additions and 67 deletions
12
package.json
12
package.json
|
|
@ -38,14 +38,14 @@
|
|||
"spaceOptimization": "memory"
|
||||
}, {
|
||||
"type": "font",
|
||||
"name": "CLOCK_FONT_40",
|
||||
"file": "clock_font_big.ttf",
|
||||
"characterRange": "[0-9]"
|
||||
"name": "FONT_TORO_38",
|
||||
"file": "font_toro.ttf",
|
||||
"characterRange": "[0-9:]"
|
||||
}, {
|
||||
"type": "font",
|
||||
"name": "CLOCK_FONT_28",
|
||||
"file": "clock_font_small.ttf",
|
||||
"characterRange": "[0-9]"
|
||||
"name": "FONT_KONEKO_TORO_28",
|
||||
"file": "font_koneko_toro.ttf",
|
||||
"characterRange": "[0-9/WTFSMedhuriaton]"
|
||||
}]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue