tjferry14 / Cloud-Jump-2

Expanding on the original Cloud Jump.
7 stars 6 forks source link

Update menu_test.py #33

Closed cclauss closed 10 years ago

cclauss commented 10 years ago

Given that the buttons do not overlap each other, I changed the hit tests to a series of elif statements to show that they are mutually exclusive. I removed the else: pass code which is useless and confusing.

Removed the unused function check() and unused variables like center, x, y, etc. I put ' ' around the parameters in main_scene.switch_scene() so the script would run until you actually call that method.