UNPKG

@phaserjs/phaser

Version:
6 lines (5 loc) 187 B
import { CONFIG_DEFAULTS } from "../const"; import { ConfigStore } from "../ConfigStore"; export function SetRenderer(renderer) { ConfigStore.set(CONFIG_DEFAULTS.RENDERER, renderer); }