prendy
Version:
Make games with prerendered backdrops using babylonjs and repond
8 lines (7 loc) • 441 B
TypeScript
export declare const characterParamEffects: import("repond/src/usable/paramEffects").ParamEffectsGroup<"whenPositionChanges", {
characterName: string;
dollName: string;
}>;
export declare function startDynamicCharacterRulesForInitialState(): void;
export declare function stopDynamicCharacterRulesForInitialState(): void;
export declare const characterEffects: Record<"whenAtCamCubes" | "whenPlaceChanges", import("repond").Effect>;