Skip to content
Snippets Groups Projects
Commit d54cdba0 authored by Jantz's avatar Jantz
Browse files

remove debug print

parent a29dd4b8
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,6 @@ class World:
if not collision:
self.turret_group.append(temp_turret)
self.money -= temp_turret.cost
print(self.texture.get_size())
def turret_attacks(self, dt: float):
for turret in self.turret_group:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment