X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=naja%2Fwidgets%2Frobot.py;fp=naja%2Fwidgets%2Frobot.py;h=9f3afc69948da5eb959b862dc660ddc88ba20f0d;hb=852f6ef95f5d1c1738d697f6589d0593afe1db29;hp=cbeba2e73443d4e8e75fe220033c32e00e59ba09;hpb=40a95ca09c7a7ca0b4cca019e0ca8eb7670054bc;p=naja.git diff --git a/naja/widgets/robot.py b/naja/widgets/robot.py index cbeba2e..9f3afc6 100644 --- a/naja/widgets/robot.py +++ b/naja/widgets/robot.py @@ -28,7 +28,7 @@ class RobotWidget(Widget): self.pos = (self.state.player.position[0] * TILE_SIZE[0], self.state.player.position[1] * TILE_SIZE[1] + BIT_SIZE[1]) self.surface = resources.get_image('board/robot.png', - transforms=(EIGHT_BIT,)) + transforms=(EIGHT_BIT,)).copy() for bit, img_name in IMG_MAP.iteritems(): if self.state.player.bits.check_bit(bit): bit_img = resources.get_image(img_name,