UNPKG

@phaserjs/phaser

Version:
10 lines (9 loc) 138 B
let instance; export const AlphaTexture = { get: () => { return instance; }, set: (texture) => { instance = texture; } };