Small World Engine API Reference - v0.76.20
    Preparing search index...

    Interface ImageLoaderOptions

    Specialized configuration options for image loaders.

    interface ImageLoaderOptions {
        basePath?: string;
        flipY?: boolean;
    }

    Hierarchy (View Summary)

    Index
    basePath?: string

    The base path to prepend to all resource URLs. Defaults to "".

    flipY?: boolean

    Whether the image should be flipped vertically during loading/decoding.