UNPKG

@phaserjs/phaser

Version:
6 lines (5 loc) 196 B
import { CONFIG_DEFAULTS } from "../const"; import { ConfigStore } from "../ConfigStore"; export function SetBackgroundColor(color) { ConfigStore.set(CONFIG_DEFAULTS.BACKGROUND_COLOR, color); }