UNPKG

@phaserjs/phaser

Version:
6 lines (5 loc) 190 B
import { CONFIG_DEFAULTS } from "../const"; import { ConfigStore } from "../ConfigStore"; export function GetDefaultOriginX() { return ConfigStore.get(CONFIG_DEFAULTS.DEFAULT_ORIGIN).x; }