kopia lustrzana https://github.com/backface/turtlestitch
switch to float
rodzic
32ea64d4c7
commit
820216f34b
|
@ -21,8 +21,8 @@ def main():
|
||||||
#sys.stderr.write(hashlib.sha1(str(time.time())).hexdigest())
|
#sys.stderr.write(hashlib.sha1(str(time.time())).hexdigest())
|
||||||
|
|
||||||
for i in range(0, len(xarr)):
|
for i in range(0, len(xarr)):
|
||||||
x = int(xarr[i])
|
x = float(xarr[i])
|
||||||
y = int(yarr[i])*-1;
|
y = float(yarr[i])*-1;
|
||||||
if jarr[i] == "true":
|
if jarr[i] == "true":
|
||||||
j = True
|
j = True
|
||||||
else:
|
else:
|
||||||
|
|
Ładowanie…
Reference in New Issue