Created
March 17, 2015 20:55
-
-
Save urraka/3a69c6d2c25e67f9950a to your computer and use it in GitHub Desktop.
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
skeleton | |
bone l50 | |
@[red] :circle d30 t0 f#F00 | |
@[blue] :circle d30 t0 f#00F | |
@line :path | |
L 0,0:handle | |
bone.handle | |
anim "test" 20fps | |
bone 40:sio | |
x 0 -> 200 -> 0 | |
y :10:> 0 :so-> 20 :li--> 20 :si-> 0 :so-> -20 :li--> -20 :si-> 0 | |
s false -> true -> false | |
i :10:> 0.1 -> 1 --> 1 -> 0.1 -> 1 --> 1 -> 0.1 | |
handle :5: | |
x { -15 :si-> 0 :so-> 15 :si-> 0 :so-> -15 }[4] | |
y { 0 :so-> 15 :si-> 0 :so-> -15 :si-> 0 }[4] | |
@bone :40: | |
@ red -> blue -> red |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment