Arc Definition Suggestion
yeah we can do that if you want it
Arc Definition Suggestion
74a11d77b9
Changes Arc drawing
abd36cb58b
Changes Arc drawing functionality
99078f5a90
Introduces a new timing option for update_when: "bried_check" and adds the set_speed function
d47fcee769
Introduces set_speed() and the "brief_check" timing for update_when
85da776b4d
Revert "Merge branch 'main' of codeberg.org:caleb33/Caleb_Tkinter_GASP into main"
7e99e00a99
Merge branch 'main' of codeberg.org:caleb33/Caleb_Tkinter_GASP into main
1c9e825783
Correct placement of circles
4ac1601f6a
Adds Jeff's changes
f6637932ac
Corrects the y-coord of drawn Circles
Box and Circle coordinate systems seem to be inverted
Box and Circle coordinate systems seem to be inverted
I just checked this out and you are very right. The Circle class was drawing the circle without adjusting for the different coordinate systems between GASP — where the bottom left is (0,0) — and...
add_utils_branch
132a5bcd92
Merge pull request 'add_utils_branch' (#11) from add_utils_branch into main
08963646e6
Return a single key [0] from update_when('key_pressed')
7fbdde18f2
Add utils module to gasp with read_number and read_yesorno
61c21c402c
Adds robots code temporarily
Please add update_when_key_pressed()
63da74543b
Adds update_when(), also slightly modifies object moving
4b763fb5df
Make update_when return keys as a list
eac49cbd8c
Make each tick 1/20 of a second
1b4eaa1e90
Implements a rough draft of update_when
c01a3cf668
Remove an erroneous comment
657b2f28ad
Half functional