UNPKG

@matematrolii/sketchbook

Version:

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

11 lines (10 loc) 208 B
export enum EventType { ITEM = "item", ENEMY = "enemy", ENEMIES = "enemies", PLAYER = "player", START = "start", PAUSE = "pause", INITIALISE = "initialise", MISSING_WORLD = "missing-world", }