Last active
September 26, 2015 22:29
-
-
Save calebhsu/05fcc66436d7f101c90a to your computer and use it in GitHub Desktop.
Noah's Ark 4 (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 4 (Simplified) </title> | |
</info> | |
<style> | |
wave { color: steelblue; } | |
.wave { color: steelblue; } | |
</style> | |
<craft name="frame" module="frame"/> | |
<craft name="page4"> | |
<craft name="page" module="page"/> | |
<craft name="wave" module="4yl8Q"/> | |
<craft name="cloud" module="cloud"/> | |
<craft name="ark" module="Ekn9Q"/> | |
<craft name="randomize-layout" module="randomize-layout"/> | |
<part name="rain"> | |
<craft name="raindrop" module="raindrop"/> | |
<raindrop t="cropZ(5) scale(0.2,0.2,0.2)"/p> | |
</part> | |
<page color="white"> | |
<col spacing="3"> | |
<col> | |
<row spacing="-2"> | |
<cloud stretchL="1.2"></cloud> | |
<cloud stretchR="1.3"></cloud> | |
<cloud></cloud> | |
</row> | |
<randomize-layout space="80" yspace="15"> | |
<repeat n="30"> | |
<rain></rain> | |
</repeat> | |
</randomize-layout> | |
</col> | |
<col spacing="-4"> | |
<ark></ark> | |
<col> | |
<row spacing="-3" t="scale(1.01,1,1)"> | |
<repeat n="8"> | |
<wave height="2"></wave> | |
</repeat> | |
</row> | |
<cube size="100 5 2" class="wave"></cube> | |
</col> | |
</col> | |
</col> | |
</page> | |
</craft> | |
<frame> | |
<picture> | |
<page4></page4> | |
</picture> | |
<caption> | |
<col spacing="5"> | |
<braille> it began to rain </braille> | |
</col> | |
</caption> | |
</frame> | |
</craft> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment