i was following this tutorial: http://www.gamefromscratch.com/post/2015/06/03/Godot-Engine-Tutorial-Part-9-Sprite-Animation.aspx
it worked up until i added the actual code. the animated sprite object just doesn't show up in the viewport where i put it. i get the following pattern of output:
! 2
! no draw no anim: New Anim
! 2
! 2
! 2
! 2
! 2
! 3
! no draw no anim: New Anim
! 3
! 3
! 3
! 3
! 3
! 4
! no draw no anim: New Anim
! (etc.)
i've read and read the docs, though not everything, but i just don't really have the hang of scripting in Godot yet. but anyway, although i've tinkered quite a bit, i am not sure what's wrong with this code. if anybody could help get me moving that would be great!
New Anim is the name of my animation in the inspector btw.