Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/MAFH2/TermBox.py
diff options
context:
space:
mode:
Diffstat (limited to 'MAFH2/TermBox.py')
-rw-r--r--MAFH2/TermBox.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/MAFH2/TermBox.py b/MAFH2/TermBox.py
index 907a951..c511e12 100644
--- a/MAFH2/TermBox.py
+++ b/MAFH2/TermBox.py
@@ -13,7 +13,7 @@ class TermBox(GameEngineElement):
surf.fill([0,0,0])
self.box = DrawableObject([surf],"")
self.box.setPosition(int(x),int(y))
- self.font = pygame.font.Font(None, 20)
+ self.font = pygame.font.Font(None, 28)
self.__lines = []
for i in range(lines):
self.__lines.append(DrawableFontObject('', self.font))