mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 15:32:18 +02:00
Improve doc comment on paddingX param
This commit is contained in:
parent
559dce794e
commit
ca524ab3fc
@ -30,7 +30,7 @@ export type BattleInfoParamList = {
|
|||||||
statBox: {
|
statBox: {
|
||||||
/** The starting offset from the left of the label for the entries in the stat box */
|
/** The starting offset from the left of the label for the entries in the stat box */
|
||||||
xOffset: number;
|
xOffset: number;
|
||||||
/** The X between each number */
|
/** The X padding between each number column */
|
||||||
paddingX: number;
|
paddingX: number;
|
||||||
/** The index of the stat entries at which paddingX is used instead of startingX */
|
/** The index of the stat entries at which paddingX is used instead of startingX */
|
||||||
statOverflow: number;
|
statOverflow: number;
|
||||||
|
Loading…
Reference in New Issue
Block a user