Variable DEBUG_IDConst

DEBUG_ID: {
    gameStats: "game-stats";
    statsGL: "stats-gl";
} = ...

An object containing constant identifiers for debugging purposes. Useful for custom CSS.

Type declaration

  • Readonly gameStats: "game-stats"

    Identifier for game statistics debugging.

    game-stats
    
  • Readonly statsGL: "stats-gl"

    Identifier for GL statistics debugging.

    stats-gl
    

Generated using TypeDoc