forked from omstrumpf/tts-mtg-importer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathui.xml
More file actions
49 lines (45 loc) · 2.95 KB
/
ui.xml
File metadata and controls
49 lines (45 loc) · 2.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<Defaults>
<Text alignment="middleLeft" color="White" minWidth="10"/>
<InputField alignment="middleLeft"/>
<Toggle alignment="middleLeft" textColor="White"/>
<Panel alignment="middleLeft"/>
</Defaults>
<Panel id="MTGDeckLoaderAdvancedPanel" position="80 170 -10" rotation="180 180 0" width="300" height="300">
<Panel position="0 0 0">
<Text>Card Back</Text>
<InputField position = "18 0 0" onEndEdit="mtgdl__onCardBackInput" placeholder="Enter card back URL"></InputField>
<Toggle position="185 0 0" onValueChanged="mtgdl__onFoilInput" isOn="true">Add Foil Cards</Toggle>
</Panel>
<Panel position="0 -40 0">
<Text fontSize="10">Language (beta)</Text>
<InputField position="18 0 0" onEndEdit="mtgdl__onLanguageInput" placeholder="English"></InputField>
<Toggle position="185 0 0" onValueChanged="mtgdl__onForceLanguageInput">Force Language</Toggle>
</Panel>
<Panel position="0 -80 0">
<Toggle position="-70 0 0" onValueChanged="mtgdl__onBlowCacheInput" fontSize="10">Force Redownload Images</Toggle>
</Panel>
<Panel position="170 -80 0">
<Toggle position="-70 0 0" isOn="true" onValueChanged="mtgdl__onPNGGraphicsInput" fontSize="10">Use PNG Graphics</Toggle>
</Panel>
<Panel position="0 -120 0">
<Toggle position="-70 0 0" isOn="true" onValueChanged="mtgdl__onRandomBoostersPerPackInput" fontSize="10">Different Random Booster for Each Pack</Toggle>
</Panel>
<Panel position="0 -160 0">
<Text fontSize="10">Booster Filters (for Random)</Text>
</Panel>
<Panel position="130 -200 0">
<Toggle position="-200 0 0" isOn="true" onValueChanged="mtgdl__onFilterVintageInput" fontSize="9">Classic</Toggle>
<Toggle position="-140 0 0" isOn="true" onValueChanged="mtgdl__onFilterCollectorInput" fontSize="9">Collector</Toggle>
<Toggle position="-60 0 0" isOn="true" onValueChanged="mtgdl__onFilterPlayInput" fontSize="9">Play</Toggle>
<Toggle position="0 0 0" isOn="false" onValueChanged="mtgdl__onFilterSetInput" fontSize="9">Set</Toggle>
<Toggle position="60 0 0" isOn="false" onValueChanged="mtgdl__onFilterArenaInput" fontSize="9">Arena</Toggle>
<Toggle position="120 0 0" isOn="false" onValueChanged="mtgdl__onFilterPrereleaseInput" fontSize="9">Prerelease</Toggle>
</Panel>
<Panel position="130 -245 0">
<Toggle position="-200 0 0" isOn="true" onValueChanged="mtgdl__onFilterJumpstartInput" fontSize="9">Jumpstart</Toggle>
<Toggle position="-120 0 0" isOn="true" onValueChanged="mtgdl__onFilterDraftInput" fontSize="9">Draft</Toggle>
<Toggle position="-50 0 0" isOn="false" onValueChanged="mtgdl__onFilterThemeInput" fontSize="9">Theme</Toggle>
<Toggle position="20 0 0" isOn="false" onValueChanged="mtgdl__onFilterOtherInput" fontSize="9">Other</Toggle>
<Toggle position="80 0 0" isOn="false" onValueChanged="mtgdl__onFilterSLDInput" fontSize="9">SLD</Toggle>
</Panel>
</Panel>