UNPKG

@phaserjs/phaser

Version:
7 lines (6 loc) 167 B
import { SetSize } from "./SetSize"; export function Size(width = 800, height = 600, resolution = 1) { return () => { SetSize(width, height, resolution); }; }