major speed up

This commit is contained in:
Ondřej Samohel 2020-12-11 16:40:10 +01:00
parent 4ba41c4e9d
commit f5d8f36e1f
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

@ -21,5 +21,5 @@ def play_animation():
os.system('clear')
for scanline in animation[current_frame:current_frame + frame_size]:
print(scanline.rstrip())
sleep(0.05)
sleep(0.005)
current_frame += frame_size