X-Git-Url: https://git.yukkurigames.com/?p=python-bulletml.git;a=blobdiff_plain;f=bulletml%2Fparser.py;h=529876b449af43932677d2c3bf5980ce3bef446b;hp=8bea044914be3701d9edf6d99bc447a7cea23fd6;hb=97141cbfbbae18076db7a1185ea46f23c412b620;hpb=cbf6542a1876a86e4f75c96bad92f653ed924618 diff --git a/bulletml/parser.py b/bulletml/parser.py index 8bea044..529876b 100644 --- a/bulletml/parser.py +++ b/bulletml/parser.py @@ -294,7 +294,7 @@ class FireDef(object): for subelem in element.getchildren(): tag = realtag(subelem) if tag == "direction": - self.direction = Direction(doc, subelem) + self.direction = Direction(doc, subelem, "aim") elif tag == "speed": self.speed = Speed(doc, subelem) elif tag == "bullet":