UNPKG

@phaserjs/phaser

Version:
6 lines (5 loc) 204 B
import { CONFIG_DEFAULTS } from "../const"; import { ConfigStore } from "../ConfigStore"; export function SetDefaultOrigin(x = 0.5, y = x) { ConfigStore.set(CONFIG_DEFAULTS.DEFAULT_ORIGIN, { x, y }); }