else
Fixed projectiles distance?
This commit is contained in:
parent
0a1ed033f9
commit
9dd6bc8c02
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ for (index, t) in enumerate(throws):
|
|||
g = random.randint(0, 200)
|
||||
b = random.randint(0, 200)
|
||||
color = (r, g, b, 255)
|
||||
print(t['angle'], t['distance'])
|
||||
#print(t['angle'], t['distance'])
|
||||
point_a = None
|
||||
for pointindex in range(len(t['parabola_points']) - 1):
|
||||
if point_a is None:
|
||||
|
|
Loading…
Reference in a new issue