UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 117 B
const AssetLevel = { CRITICAL: 0, HIGH: 1, NORMAL: 2, OPTIONAL: 3 }; export default AssetLevel;