Fixed projectiles distance?
master
unknown 2015-10-10 01:46:40 -07:00
parent 0a1ed033f9
commit 9dd6bc8c02
1 changed files with 1 additions and 1 deletions

View File

@ -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: