Merge pull request #546 from argonui/mythos-shuffle
Bugfix for encounter shuffle button
This commit is contained in:
commit
87a4bbc17e
@ -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": "",
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user