UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

14 lines 210 B
/** * * @enum {number} */ export const TextureInitialState = { /** * Clear the texture. */ Clear: 0, /** * Doesn't matter. No need to clear */ Undefined: 1 };