... And no longer redundantly prints.

This commit is contained in:
Sakse Dalum 2012-08-10 14:43:44 +02:00
parent f11ad42bfc
commit 0124a76d42
1 changed files with 0 additions and 1 deletions

View File

@ -199,7 +199,6 @@ class Player(worldobject.WorldObject):
worldobject.WorldObject.update(self, e, t, dt)
def draw(self, window):
print(self.anim_root + '_' + self.anim, int(self.frame))
self.img = self.imgs[self.anim_root + '_' + self.anim][int(self.frame)]
self.img.set_alpha(128)
window.blit(self.img, (self.x - 32 - self.level.camera_x,