Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/mathquwy.py
diff options
context:
space:
mode:
Diffstat (limited to 'mathquwy.py')
-rwxr-xr-xmathquwy.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/mathquwy.py b/mathquwy.py
index 47c74df..c41a808 100755
--- a/mathquwy.py
+++ b/mathquwy.py
@@ -103,11 +103,13 @@ class MathQuwy(usmpgames.Application):
main_menu.add_menu_option(_("Salir"), None )
main_menu.pos = (750, 300)
+ fonttitle = pygame.font.Font(None, 50)
main_menu.add_text2(
_(""" Quwy\n El Cuy Matematico"""),
- color = (55, 25, 34, 0),
+ color = (255, 25, 34, 0),
pos = (700, 190),
- rectsize = (380, 390));
+ rectsize = (380, 390),
+ font = fonttitle);
self.push_state( main_menu )