UNPKG

@phaserjs/phaser

Version:
5 lines (4 loc) 86 B
import { Vec2 } from "./Vec2"; export function Vec2One() { return new Vec2(1, 1); }