java.lang.Object
com.fs.starfarer.api.campaign.BaseCustomUIPanelPlugin
com.fs.starfarer.api.impl.campaign.eventide.DuelPanel
All Implemented Interfaces:
CustomUIPanelPlugin

public class DuelPanel extends BaseCustomUIPanelPlugin
  • Field Details

    • SOUND_LOC_MULT

      public static float SOUND_LOC_MULT
    • DEBUG

      public static boolean DEBUG
    • dialog

      protected InteractionDialogAPI dialog
    • callbacks

    • panel

      protected CustomPanelAPI panel
    • p

      protected PositionAPI p
    • player

      protected Actor player
    • enemy

      protected Actor enemy
    • particles

      protected List<QuadParticles> particles
    • floorLevel

      protected float floorLevel
    • leftBorder

      protected float leftBorder
    • rightBorder

      protected float rightBorder
    • viewAreaWidth

      protected float viewAreaWidth
    • ai

      protected DuelEnemyAI ai
    • background

      protected DuelBackground background
    • tutorialMode

      protected boolean tutorialMode
    • prompt

      protected DuelTutorialPanel prompt
    • blinker

      protected FaderUtil blinker
    • ambienceLoopId

      protected String ambienceLoopId
    • desiredViewCenterX

      protected float desiredViewCenterX
    • viewCenterX

      protected float viewCenterX
    • DO_CYCLE

      public static boolean DO_CYCLE
    • DO_CYCLE_HIGH

      public static boolean DO_CYCLE_HIGH
    • cycleIndex

      public int cycleIndex
    • cycle

      public static List<String> cycle
    • cycleHigh

      public static List<String> cycleHigh
    • prevWasAttack

      protected boolean prevWasAttack
  • Constructor Details

  • Method Details