clik-engine API
    Preparing search index...

    Interface HazardPlacerConfig

    interface HazardPlacerConfig {
        baseCount?: number;
        hazards?: HazardDef[];
        minDistanceFromSpawn?: number;
        perDifficulty?: number;
    }
    Index

    Properties

    baseCount?: number

    Base hazard count

    hazards?: HazardDef[]

    Available hazard types

    minDistanceFromSpawn?: number

    Min distance from spawn (tiles)

    perDifficulty?: number

    Additional hazards per difficulty level