PaneDisplay
From SMTheming Wiki
PaneDisplay is an item that holds various statistics about a Stepchart, including the number of taps, jumps, holds, and mines. Different versions of StepMania may support more elements than baseline versions.
Metrics
PaneDisplay is sometimes nicknamed "PainDisplay" due to the large number of metrics it requires. StepMania 4 shortens the list by removing all of the duplicated course items, but it is still a large list compared to any other class in the game.
Common Metrics
| Name | Value Type | Description |
|---|---|---|
| ShiftP1X | float | How much to shift Player 1's PaneDisplay on the x axis. |
| ShiftP1Y | float | How much to shift Player 1's PaneDisplay on the y axis. |
| ShiftP2X | float | How much to shift Player 2's PaneDisplay on the x axis. |
| ShiftP2Y | float | How much to shift Player 2's PaneDisplay on the y axis. |
Element Metrics
Each pane element is split up into two parts: the label and the number. In the table below, * represents the entire set of PaneDisplay elements (NumSteps, ). In StepMania 3.9, these are split up between Song and Course, so add the respective type before the PaneDisplay element name (e.g. SongNumSteps vs. CourseNumSteps).
| Name | Value Type | Description |
|---|---|---|
*TextX
| float | X position of the pane value. |
*TextY
| float | Y position of the pane value. |
*LabelX
| float | X position of the element label. |
*LabelY
| float | Y position of the element label. |

