X-Git-Url: https://git.yukkurigames.com/?p=python-bulletml.git;a=blobdiff_plain;f=bulletml%2Fbulletyaml.py;h=2ec2f0849b6d12c8cdc80dc222ee6c875875e089;hp=40949bb0ae393d21c4c7b27673be35e6c82de45f;hb=HEAD;hpb=70d25195d561d8b5d3126c6bbac0ecad2a502f06 diff --git a/bulletml/bulletyaml.py b/bulletml/bulletyaml.py index 40949bb..2ec2f08 100644 --- a/bulletml/bulletyaml.py +++ b/bulletml/bulletyaml.py @@ -13,7 +13,7 @@ Example BulletYAML document: !BulletML type: vertical actions: - top: !ActionDef + - !ActionDef actions: - !FireDef bullet: !BulletDef {} @@ -30,7 +30,7 @@ def register(Loader=None, Dumper=None): parser.Repeat, parser.Accel, parser.BulletDef, parser.BulletRef, parser.ActionDef, parser.ActionRef, parser.FireDef, parser.FireRef, parser.Offset, - parser.BulletML]: + parser.Appearance, parser.If, parser.BulletML]: def add(cls, loader, dumper): """Register a class in a new variable scope."""