UNPKG

@phaserjs/phaser

Version:
7 lines (6 loc) 139 B
import { SetMaxTextures } from "./SetMaxTextures"; export function MaxTextures(max = 0) { return () => { SetMaxTextures(max); }; }