Last active
September 26, 2015 22:33
-
-
Save calebhsu/2b99e9842cbdde335117 to your computer and use it in GitHub Desktop.
Noah's Ark 7 (simplified) using CraftML tags
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<craft> | |
<info> | |
<title> Noah's Ark 7 (Simplified) </title> | |
</info> | |
<craft name="frame" module="frame"/> | |
<craft name="page7"> | |
<craft name="page" module="craft-page"/> | |
<craft name="ark" module="Ekn9Q"/> | |
<craft name="rainbow" module="Vyegb"/> | |
<page xmargin="40" color="white"> | |
<col spacing="5"> | |
<rainbow t="scale(2.5 2.5 1)"></rainbow> | |
<ark t="scale(1.5 1.5 1)"></ark> | |
</col> | |
</page> | |
</craft> | |
<frame> | |
<picture> | |
<page7></page7> | |
</picture> | |
<caption> | |
<braille> rainbow over the ark </braille> | |
</caption> | |
</frame> | |
</craft> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment