UI updates

This commit is contained in:
Kyle
2020-04-19 10:58:49 -07:00
parent 6c3c28be29
commit 2b3eb8dc64
34 changed files with 833 additions and 15 deletions

View File

@@ -0,0 +1,9 @@
if (!loadedVersions.includes('m15Invention')) {
loadedVersions.push("m15Invention")
loadFrameImages([
['Invention Frame', 'data/images/invention/inventionFrame.png', 0, 0, 1, 1, ['Full', 'Pinline Super (m15)', 'Title (m15)', 'Type (m15)', 'Rules (m15)', 'Frame (m15)', 'Border (m15)']],
['Invention Power/Toughness', 'data/images/invention/inventionPT.png', 1136/1500, 1858/2100, 282/1500, 154/2100, ['Full']]
], 'frameClassM15Invention')
}
hideFrameImages('frameClassM15Invention')