Some minor changes, nothing that really matters.
This commit is contained in:
parent
9c1b6ad527
commit
b59aeff202
2 changed files with 6 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue