mini-shooting-pixijs - v0.5.0
    Preparing search index...

    Variable gameConfigConst

    gameConfig: {
        canvas: {
            backgroundColor: string;
            height: number;
            id: string;
            width: number;
        };
    } = ...

    Type declaration

    • canvas: { backgroundColor: string; height: number; id: string; width: number }