From 74bddd7c1690f496ceb60aa1016d1416ea9920c7 Mon Sep 17 00:00:00 2001 From: saad Date: Tue, 27 Feb 2024 19:08:47 +0530 Subject: [PATCH] Add a commit --- entities/Item.py | 3 +++ 1 file changed, 3 insertions(+) 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