Merge pull request #7 from Markil3/player_animation_fix

take out print
This commit is contained in:
Neal Finger
2023-02-04 23:21:14 -07:00
committed by GitHub

View File

@@ -167,7 +167,7 @@ class PlayerAnimation:
def update_draw(self, topleft, prev_depth, isdecend=1): def update_draw(self, topleft, prev_depth, isdecend=1):
### draw line from first position to next ### draw line from first position to next
print(topleft) #print(topleft)
for i in range(len(self.poslist) - 1): for i in range(len(self.poslist) - 1):
thumby.display.drawLine( thumby.display.drawLine(