From 46bf768bd1369c837794346190b07f8e8a1d3ae2 Mon Sep 17 00:00:00 2001 From: Joe Wreschnig Date: Fri, 9 Apr 2010 23:37:28 -0700 Subject: [PATCH] Add docstrings. --- bulletml/impl.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bulletml/impl.py b/bulletml/impl.py index 5d7cb54..b2a0aae 100644 --- a/bulletml/impl.py +++ b/bulletml/impl.py @@ -288,9 +288,11 @@ class Bullet(object): vanished - set to true by a action rank - game difficulty, 0 to 1, default 0.5 tags - string tags set by the running actions + appearance - string used to set bullet appearance Contructor Arguments: - x, y, direction, speed, target, rank - same as the attributes + x, y, direction, speed, target, rank, tags, appearance + - same as the above attributes actions - internal action list Action - custom Action constructor -- 2.20.1