Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.7.11
    Preparing search index...

    Variable PLAYER_START_POSITIONSConst

    PLAYER_START_POSITIONS: { CENTER_Y: 0.5; PLAYER1_X: 0.25; PLAYER2_X: 0.75 } = ...

    Player starting positions as PERCENTAGES of arena dimensions.

    Korean: 시작위치비율 (Starting Position Ratios)

    Use these ratios with arena dimensions to calculate starting positions:

    • playerStartX = arenaX + (arenaWidth * PLAYER_START_POSITIONS.PLAYER1_X)

    Type Declaration

    • ReadonlyCENTER_Y: 0.5

      Both players start at 50% depth (center vertically)

    • ReadonlyPLAYER1_X: 0.25

      Player 1 starts at 25% from left edge

    • ReadonlyPLAYER2_X: 0.75

      Player 2 starts at 75% from left edge