UNPKG

@phaserjs/phaser

Version:
7 lines (6 loc) 204 B
import { BindViewport } from "./BindViewport"; import { ViewportStack } from "./ViewportStack"; export function BindDefaultViewport() { ViewportStack.index = 0; BindViewport(ViewportStack.default); }