Last active
September 26, 2015 22:29
-
-
Save calebhsu/43b097481dc4929b8182 to your computer and use it in GitHub Desktop.
Noah's Ark key (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 Key (Simplified) </title> | |
</info> | |
<style> | |
rain { color: skyblue; } | |
page { color: white; } | |
</style> | |
<craft name="frame" module="E1edH"/> | |
<craft name="key"> | |
<craft name="page" module="craft-page"/> | |
<craft name="sun" module="sun"/> | |
<craft name="raindrop" module="raindrop"/> | |
<craft name="cloud" module="cloud"/> | |
<craft name="wave" module="4yl8Q"/> | |
<craft name="ark" module="Ekn9Q"/> | |
<craft name="rain"> | |
<part name="halfdrop"> | |
<raindrop t="scale(0.15,0.15,0.15) cropZ(50%)"/> | |
</part> | |
<col> | |
<row spacing="2"> | |
<repeat n="3"> | |
<halfdrop></halfdrop> | |
</repeat> | |
</row> | |
<row spacing="2"> | |
<repeat n="4"> | |
<halfdrop></halfdrop> | |
</repeat> | |
</row> | |
<row spacing="2"> | |
<repeat n="5"> | |
<halfdrop></halfdrop> | |
</repeat> | |
</row> | |
</col> | |
</craft> | |
<page> | |
<g l="centerXZ() lineupY(10) alignZ(0%)"> | |
<row spacing="10"> | |
<col spacing="2"> | |
<sun></sun> | |
<braille>sun</braille> | |
</col> | |
<col spacing="2"> | |
<cloud></cloud> | |
<braille>cloud</braille> | |
</col> | |
<col spacing="4"> | |
<rain></rain> | |
<braille>rain</braille> | |
</col> | |
</row> | |
<row spacing="10"> | |
<col spacing="4"> | |
<row> | |
<repeat n="3"> | |
<wave height="3"></wave> | |
</repeat> | |
</row> | |
<braille>flood</braille> | |
</col> | |
<col spacing="4"> | |
<ark t="scale(1,1,0.8)"></ark> | |
<braille>ark</braille> | |
</col> | |
</row> | |
</g> | |
</page> | |
</craft> | |
<frame> | |
<picture> | |
<key></key> | |
</picture> | |
<caption> | |
<braille>Key</braille> | |
</caption> | |
</frame> | |
</craft> | |
</craft> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment