Terraformancer needs Pygame version 1.9

mmkay made me aware that some of you might have problems playing Terraformancer.

If you get an error, stating that pygame.Rect.copy() is not supported, then just update pygame to version 1.9.

Thanks to mmkay for that!

(log in to comment)

Comments

I got around it by replacing those with

new_rect = pygame.rect.Rect(appropriate_rect_object)

original would be:

new_rect = appropriate_rect_object.copy()

Felt too lazy to upgrade. =P
i know what you mean ;)