Fixed-step world runtime, event bus wire protocol between lanes, integration seam (game.ts) with placeholder ball. Lanes A/B/C own disjoint dirs. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
6 lines
144 B
TypeScript
6 lines
144 B
TypeScript
/**
|
|
* Initializes RAPIER.
|
|
* Has to be called and awaited before using any library methods.
|
|
*/
|
|
export declare function init(): Promise<void>;
|