diff --git a/entities/Item.py b/entities/Item.py index 941aab89..a145a2fb 100644 --- a/entities/Item.py +++ b/entities/Item.py @@ -33,3 +33,6 @@ def spawnCoin(self, cam, sound, dashboard): self.itemVel.y = -0.75 self.ItemPos.y += self.itemVel.y self.drawText("100", self.ItemPos.x + 3 + cam.x, self.ItemPos.y, 8) + + +# just want to add comment