Improve doc comment on paddingX param

This commit is contained in:
Sirz Benjie 2025-05-27 15:50:47 -05:00
parent 559dce794e
commit ca524ab3fc
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

View File

@ -30,7 +30,7 @@ export type BattleInfoParamList = {
statBox: {
/** The starting offset from the left of the label for the entries in the stat box */
xOffset: number;
/** The X between each number */
/** The X padding between each number column */
paddingX: number;
/** The index of the stat entries at which paddingX is used instead of startingX */
statOverflow: number;