Hi all, I'm learning pygame zero and am trying to make a version of the gamemaker's apprentice game I've previously done. The attached code runs without any errors apart from the fact that the actor 'baby' created in the update_boss function does not have any image. I have confirmed that the image file is fine by creating the object in a separate file but when this file created, its not visible. The object does exist however, as I can see the score increasing when the object collides with the dragon. I have been looking at this for too long and can't see the error causing the actor image to not be visible. Any help appreciated.
Attached Files