UNPKG

@phaserjs/phaser

Version:
6 lines (5 loc) 177 B
import { CONFIG_DEFAULTS } from "../const"; import { ConfigStore } from "../ConfigStore"; export function GetHeight() { return ConfigStore.get(CONFIG_DEFAULTS.SIZE).height; }