From: TJ Date: Fri, 15 Nov 2013 20:42:07 +0000 (+0000) Subject: Game.print() with no text does a line-feed X-Git-Url: https://iam.tj/gitweb/gitweb.cgi?p=base2-runner.git;a=commitdiff_plain;h=da0f47b0486b5116a5ee87238662c750220f1093 Game.print() with no text does a line-feed --- diff --git a/engine/Game.py b/engine/Game.py index 82fd241..3355f48 100755 --- a/engine/Game.py +++ b/engine/Game.py @@ -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'