Page 1 of 1

couple of things

PostPosted: Sat Apr 14, 2012 4:43 pm
by foleyjo
Hey all. I haven't done much recently because I just got a new job but I have some spare time and thought I would use the time to start creating again.

I decided to finally download the latest build of the beta so I can use the rotate function however I am having 2 slight issues now.

1- animindex - Does this start at 3 now? The game I was working on relied on it starting at 0 but I kept having issues. After debugging I realised my anims went from 3 upwards.

2 - Text icon - All my text now has the pacman icon next to it! How do I remove this?

Sorry if these 2 questions have been covered previously I did a quick search but found nothing.

Re: couple of things

PostPosted: Sat Apr 14, 2012 6:11 pm
by skydereign
As you can tell there are still a few things that need to be worked on in the 1.5. Not many people were testing the beta, so we haven't caught everything yet. The reason why animindex starts at 3 is that the new joint default images seem to be included (if you change animation to the animation associated with 0, it switches to a joint animation). We'll get that fixed along with looking into the text not removing the pacman.

Re: couple of things

PostPosted: Sat Apr 14, 2012 8:47 pm
by foleyjo
Thanks Sky.

I'm using an enum list with my anim index. Now I know what the issue is have a workaround. I'm just adding 3 extra entries to the list that are never used.

I must admit I liked the pacman at the side of the text in the editor as it made it easier to move the text about. It's just when running the game I noticed how it may be a problem.