Click to Play!

Wednesday, May 7, 2014

Animated Unicorn Spells


     I've animated the spells in Unity and made some adjustments to make the sprites look better. They arn't working in game yet, but I finally have all the pieces to do so. My next step is going through each spell one at a time and making them work in action. I'll start by making the spell switcher work so I can shift through each spell.

     In code form the currently equipped spell will be a string value and I'll have an array keeping track of which one you have on. That will allow me to easily swap their positions in the array so players can customize the switching order to put their favorite spells and combos closer together.

     Once everything is working I need to decide on what each spell's icon should look like and whether those should change as you upgrade them.

No comments:

Post a Comment