Game.print() with no text does a line-feed
authorTJ <git@iam.tj>
Fri, 15 Nov 2013 20:42:07 +0000 (20:42 +0000)
committerTJ <git@iam.tj>
Fri, 15 Nov 2013 20:42:07 +0000 (20:42 +0000)
engine/Game.py

index 82fd241..3355f48 100755 (executable)
@@ -78,7 +78,7 @@ class Game:
   # splash screen
   self.splash()
 
- def print(self, text, style='body'):
+ def print(self, text='', style='body'):
   """ print a line of text and move the text origin to the next line """
   if not style in self.styles:
    style = 'body'