Merge pull request #546 from argonui/mythos-shuffle

Bugfix for encounter shuffle button
This commit is contained in:
Entrox-Licher 2024-01-15 15:55:58 -05:00 committed by GitHub
commit 87a4bbc17e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 2 deletions

View File

@ -48,6 +48,13 @@
"ImageURL": "http://cloud-3.steamusercontent.com/ugc/952965089462071147/F586DAA07E810B16A62C23AE2EA526BE3C7FD7FB/",
"WidthScale": 0
},
"CustomUIAssets": [
{
"Name": "font_teutonic-arkham",
"Type": 1,
"URL": "http://cloud-3.steamusercontent.com/ugc/2027213118467703445/89328E273B4C5180BF491516CE998DE3C604E162/"
}
],
"Description": "",
"DragSelectable": true,
"GMNotes": "",

View File

@ -1,3 +1,11 @@
<Panel position="160 70 -13" rotation="0 0 180" height="74" width="315">
<Button scale="0.1 0.1 1" color="#ffffff00" textColors="#ffffff|#88e3cf|#4f8478" font="font_teutonic-arkham" fontSize="62" onClick="reshuffleEncounterDeck">Reshuffle ➡</Button>
<Panel position="160 70 -13"
rotation="0 0 180"
height="74"
width="315">
<Button scale="0.1 0.1 1"
color="#ffffff00"
textColors="#ffffff|#88e3cf|#4f8478"
font="font_teutonic-arkham"
fontSize="62"
onClick="reshuffleEncounterDeck">Reshuffle ➡</Button>
</Panel>