UNPKG

@phaserjs/phaser

Version:
5 lines (4 loc) 151 B
import { TextureManagerInstance } from "./TextureManagerInstance"; export function GetTexture(key) { return TextureManagerInstance.get().get(key); }