Mercurial > fife-parpg
diff demos/shooter/scripts/world.py @ 494:e241d7553496
Fixing the epydoc markup. Did some more commenting.
author | prock@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Mon, 10 May 2010 15:54:21 +0000 |
parents | 16ceb3228324 |
children | ae9f5383f5b1 |
line wrap: on
line diff
--- a/demos/shooter/scripts/world.py Fri May 07 21:46:25 2010 +0000 +++ b/demos/shooter/scripts/world.py Mon May 10 15:54:21 2010 +0000 @@ -151,6 +151,10 @@ def renderBoundingBox(self, obj): + """ + Just a hack to render an objects bounding box. + """ + bbox = copy.copy(obj.boundingbox) #apply the object layer scale