feat(layers): clock layer

This commit is contained in:
mikhail "synzr" 2025-10-12 01:03:49 +05:00
parent 6ad5c8b7d6
commit 685640a605
6 changed files with 114 additions and 3 deletions

View file

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