1
Fork 0

removed old dev code

This commit is contained in:
Jake Howard 2015-05-08 10:32:59 +01:00
parent fd143380b3
commit 654498fcbb
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ def generate_targets(player):
i *= level.padding
for j in range(50, WINDOW_SIZE[0] - 70, level.padding):
temp = Target(x=j,y=i)
if randint(0, )
group.add(temp)
del temp