UNPKG

@phaserjs/phaser

Version:
5 lines (4 loc) 143 B
import { BlendModeStack } from "./BlendModeStack"; export function CurrentBlendMode() { return BlendModeStack.stack[BlendModeStack.index]; }