Last active
August 31, 2015 13:39
-
-
Save calebhsu/bcc2abab67d11b407e20 to your computer and use it in GitHub Desktop.
craftml
This file contains hidden or 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><!-- Add a title here --></title> | |
</info> | |
<style> | |
.scoop { | |
opacity: 0.5; | |
} | |
</style> | |
<part name="petal"> | |
<craft name="ring" module="craft-ring"/> | |
<row spacing="-45.6" l="centerZ()" t=" | |
scale(0.5,1.45,0.5) | |
rotateZ(180) | |
rotateY(160) | |
"> | |
<ring thickness="31.5" t="scale(1,1,2)"></ring> | |
<sphere radius="25" class="scoop" t=" | |
scale(1,1,2) | |
rotateY(-15) | |
"></sphere> | |
</row> | |
</part> | |
<petal></petal> | |
</craft> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment