prendy
Version:
Make games with prerendered backdrops using babylonjs and repond
19 lines (18 loc) • 511 B
JavaScript
import { basicEvents } from "./basic";
import { characterEvents } from "./characters";
import { dollEvents } from "./dolls";
import { playerEvents } from "./players";
import { sceneEvents } from "./scene";
import { soundEvents } from "./sound";
import { speechEvents } from "./speech";
import { stickerEvents } from "./stickers";
export const prendyEventGroups = {
basicEvents,
characterEvents,
dollEvents,
playerEvents,
sceneEvents,
soundEvents,
speechEvents,
stickerEvents,
};