worldforge / ember

The main client for the Worldforge MMORPG system.
http://www.worldforge.org/index.php/components/ember/
GNU General Public License v3.0
131 stars 51 forks source link

Updated spider.modeldef #15

Closed demarii closed 9 years ago

demarii commented 9 years ago

Added an idle animation and corrected track names. 90 degree rotation removed.

erikogenvik commented 9 years ago

Awesome, I'll merge it when I get home. One thing that's changed though is that Ember won't automatically reverse the forward walking animations when moving backwards; you have to supply animation definitions yourself for the "walk_backwards" and optionally "run_backwards" movement activations. It's also good to rename any legacy "_movement*" actions. That's a name we previously used to recognize the movement animations, before the "activations" scheme was added.

erikogenvik commented 9 years ago

This has been merged already, albeit with a slightly modified commit.