Game.print() with no text does a line-feed
[base2-runner.git] / 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'