refactor(layers): layer data API usage

This commit is contained in:
mikhail "synzr" 2025-10-15 17:18:22 +05:00
parent b68a52b4d2
commit 2778dc4eda
7 changed files with 71 additions and 67 deletions

View file

@ -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]"
}]
}
}