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)
shundread on 2010/04/08 15:51:
I got around it by replacing those withnew_rect = pygame.rect.Rect(appropriate_rect_object)
original would be:
new_rect = appropriate_rect_object.copy()
Felt too lazy to upgrade. =P