Skip to content

Instantly share code, notes, and snippets.

@pr00thmatic
Last active August 29, 2015 14:04
Show Gist options
  • Save pr00thmatic/6f01c4e3eb40ea517218 to your computer and use it in GitHub Desktop.
Save pr00thmatic/6f01c4e3eb40ea517218 to your computer and use it in GitHub Desktop.
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