HumanBreak/src/plugin/index.ts

11 lines
342 B
TypeScript

import * as chase from './chase';
import * as gameCanvas from './fx/gameCanvas';
import * as boss from './boss';
import './loopMap';
Mota.Plugin.register('chase_r', chase);
Mota.Plugin.register('gameCanvas_r', gameCanvas);
Mota.Plugin.register('chase_r', chase);
Mota.Plugin.register('boss_r', boss);
Mota.Plugin.register('utils_r', utils);