Some minor changes, nothing that really matters.

This commit is contained in:
maxneedspats 2022-08-01 00:10:58 -05:00
parent 9c1b6ad527
commit b59aeff202
2 changed files with 6 additions and 6 deletions

View file

@ -69,7 +69,7 @@ class CarManager:
car_bottom_edge = car.ycor() - 11
car_left_edge = car.xcor() - 20
car_right_edge = car.xcor() + 20
# It's mom's spaghetti (code)
# It's mom's spaghetti code
if (
(
(other_top_edge - car_bottom_edge > 0 and car_top_edge - other_top_edge > 0)