updated tooltip

This commit is contained in:
Chr1Z93 2024-07-28 20:35:38 +02:00
parent 78dd482903
commit 1571e62abf

View File

@ -124,8 +124,7 @@ function makeDeckIdFields()
inputParameters.width = INPUT_FIELD_WIDTH inputParameters.width = INPUT_FIELD_WIDTH
inputParameters.height = INPUT_FIELD_HEIGHT inputParameters.height = INPUT_FIELD_HEIGHT
inputParameters.font_size = 320 inputParameters.font_size = 320
inputParameters.tooltip = inputParameters.tooltip = "Deck ID from ArkhamDB URL of the deck\nPublic URL: 'https://arkhamdb.com/decklist/view/101/knowledge-overwhelming-solo-deck-1.0' = '101'\nPrivate URL: 'https://arkhamdb.com/deck/view/102' = '102'\n\nAlso supports the deck ID from shared decks from arkham.build!"
"Deck ID from ArkhamDB URL of the deck\nPublic URL: 'https://arkhamdb.com/decklist/view/101/knowledge-overwhelming-solo-deck-1.0' = '101'\nPrivate URL: 'https://arkhamdb.com/deck/view/102' = '102'"
inputParameters.alignment = 3 -- Center inputParameters.alignment = 3 -- Center
inputParameters.color = FIELD_COLOR inputParameters.color = FIELD_COLOR
inputParameters.font_color = { 0, 0, 0 } inputParameters.font_color = { 0, 0, 0 }