UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

16 lines (12 loc) 306 B
import {Color} from "../../../../../core/color/Color"; export class Decal { /** * Path to image */ uri: string /** * Draw order, higher values will be drawn on top of lower values when there's an overlap */ priority: number readonly color: Color }