X-Git-Url: https://git.yukkurigames.com/?p=python-bulletml.git;a=blobdiff_plain;f=bulletml%2Fcollision.py;h=2e88b3c0a492008a8c62cb0a23c0c92fbd9f3f4f;hp=8aa17d31725781c4cff175d11d339680785c4c14;hb=HEAD;hpb=75cf6c9dd1fa5aef18f11e08bcc3728c1175b1c4 diff --git a/bulletml/collision.py b/bulletml/collision.py index 8aa17d3..2e88b3c 100644 --- a/bulletml/collision.py +++ b/bulletml/collision.py @@ -1,7 +1,7 @@ """Simple collision check. This module provides simple collision checking appropriate for -shmups. It provides a routine to check whether two moving circles +shmups. It provides routines to check whether two moving circles collided during the past frame. An equivalent C-based version will be used automatically if it was