X-Git-Url: https://git.yukkurigames.com/?p=python-bulletml.git;a=blobdiff_plain;f=bulletml-runner;h=d2d9ce00ed3e410a766d4e798ba897ea79dfe423;hp=b98e9010c3ed4f9c8811871342e1fd191b900552;hb=3639cbf64fb5d54061d20b9b072bfcee8a26436d;hpb=66792ffbd26da7a4093707c58ca352dea52f643c diff --git a/bulletml-runner b/bulletml-runner index b98e901..d2d9ce0 100755 --- a/bulletml-runner +++ b/bulletml-runner @@ -78,10 +78,8 @@ def main(argv): elif event.key == pygame.K_RETURN: newfile = True elif event.key == pygame.K_s: - actions = [act([], 0.5) for act in doc.actions] - source = bulletml.Bullet( - x=150, y=150, target=target, - actions=actions, rank=0.5) + source = bulletml.Bullet.FromDocument( + doc, x=150, y=150, target=target, rank=0.5) source.vanished = True active.add(source) target.x, target.y = pygame.mouse.get_pos()