UNPKG

@matematrolii/sketchbook

Version:

3D matematrolii playground built on three.js and cannon.js

11 lines (10 loc) 249 B
import { EventType } from "../enums/EventType"; export type IEventType = | EventType.INITIALISE | EventType.MISSING_WORLD | EventType.ENEMIES | EventType.ENEMY | EventType.ITEM | EventType.PLAYER | EventType.START | EventType.PAUSE;