animation, gathering, deposit, ui

This commit is contained in:
Vasyl Kazakov
2026-06-02 18:22:20 +03:00
parent 6363396f84
commit e14b97b5e7
61 changed files with 2379 additions and 539 deletions
+4 -1
View File
@@ -1,3 +1,6 @@
import { FontFamily, formFontFamily } from "@24tools/ads_common";
export const customFont: undefined | Promise<FontFamily> = undefined
export const customFont: Promise<FontFamily> = formFontFamily(
"Passion One",
"./PassionOne-Black.otf"
);