• Joined on 2020年07月15日
fcrisafulli commented on issue GASP/GASP_Code#15 2021年04月30日 22:17:49 +02:00
move_to(circle, location) is buggy

Im not sure if it was the main problem but c = obj.coord_list creates a pointer to the list and not a copy. If ```#obj.coord_list = [c[i] + x if i % 2 == 0 else c[i] - y for i in...

fcrisafulli pushed to main at GASP/GASP_Code 2021年04月30日 22:09:49 +02:00
b2106e2719 fix for move_to
fcrisafulli created repository fcrisafulli/GASP_Tkinter_fix_issue_15 2021年04月30日 22:03:26 +02:00