UNPKG

@phaserjs/phaser

Version:
6 lines (5 loc) 182 B
import { CONFIG_DEFAULTS } from "../const"; import { ConfigStore } from "../ConfigStore"; export function SetGlobalVar(name) { ConfigStore.set(CONFIG_DEFAULTS.GLOBAL_VAR, name); }