Last active
August 29, 2015 14:04
-
-
Save pr00thmatic/6f01c4e3eb40ea517218 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
uno.animations.add('stand_front', [15], fps, true); | |
uno.animations.add('stand_right', [5], fps, true); | |
uno.animations.add('stand_back', [10], fps, true); | |
uno.animations.add('front', [1,2,3,4], fps, true); | |
uno.animations.add('right', [6,7,8,9], fps, true); | |
uno.animations.add('back', [11,12,13,14], fps, true); | |
uno.animations.play('stand_front'); //empezará viendo hacia el frente |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment