This commit is contained in:
Mykyta Slobodianiuk
2026-06-02 11:07:49 +03:00
commit 34122811dd
36 changed files with 1419 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
// import { ConvertToBase64WhenRelease } from "@24tools/ads_common";
import { ConvertResourceType } from "@24tools/playable_template";
export const sounds : ConvertResourceType = {
type: "sounds",
resources: [
// {
// name: "background",
// value: ConvertToBase64WhenRelease(`./background.mp3`),
// },
],
}