Draycos Goldaryn
Member
Actually he's missing an end after line 5. He defines initialize but doesn't end it before defining draw_actor_graphic.
actually, looking at it further, instead of adding an end, remove the def on line 6 so it is instead
actually, looking at it further, instead of adding an end, remove the def on line 6 so it is instead
draw_actor_graphic(actor,x,y)