fixed egg moving and other forms of bloop not
This commit is contained in:
parent
963f760160
commit
75aa07a370
@ -92,7 +92,7 @@ class PlaygroundFriend(pygame.sprite.Sprite):
|
|||||||
self.direction = 0
|
self.direction = 0
|
||||||
|
|
||||||
# Draw the correct bloop depending on the stage
|
# Draw the correct bloop depending on the stage
|
||||||
if self.evolution_stage == 0:
|
if self.evolution_stage != 0:
|
||||||
image_directory = script_dir + '/resources/images/bloops/{0}/egg_images'.format(self.bloop)
|
image_directory = script_dir + '/resources/images/bloops/{0}/egg_images'.format(self.bloop)
|
||||||
elif self.evolution_stage == 1:
|
elif self.evolution_stage == 1:
|
||||||
image_directory = script_dir + '/resources/images/bloops/{0}/baby_images'.format(self.bloop)
|
image_directory = script_dir + '/resources/images/bloops/{0}/baby_images'.format(self.bloop)
|
||||||
|
Loading…
Reference in New Issue
Block a user