tomosmc
Results
1
issues of
tomosmc
Hello, with the following code: ``` import play sprite = play.new_circle(color='gray', size=80) sprite.start_physics(obeys_gravity=True, bounciness=0,stable=True, friction=0) play.start_program() ``` My sprite will stop falling before hitting play.screen.bottom, because it seems to think...