X-Git-Url: https://git.yukkurigames.com/?p=python-bulletml.git;a=blobdiff_plain;f=bulletml%2Fimpl.py;h=6fe1641c2134fe1f231c09bba9654e8711027dae;hp=2c938d22f8299fbbd4ab5e0ac6de91967a4912ca;hb=2e2790231b49d4a2ed9299825ac0cf8121a655e2;hpb=efb1bac1744eddeb90359cc4d20dc99ce0f6a94a;ds=sidebyside diff --git a/bulletml/impl.py b/bulletml/impl.py index 2c938d2..6fe1641 100644 --- a/bulletml/impl.py +++ b/bulletml/impl.py @@ -256,7 +256,7 @@ class Bullet(object): return self.direction else: return math.degrees( - math.atan2(self.target.x - self.x, self.target.y - self.y)) + math.atan2(self.target.x - self.x, self.y - self.target.y)) @property def finished(self):