mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-04-18 17:48:52 +08:00
11 lines
342 B
TypeScript
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);
|