Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/mathquwy.py
diff options
context:
space:
mode:
authorMateu Batle <mateu.batle@collabora.co.uk>2010-11-15 02:37:03 (GMT)
committer Mateu Batle <mateu.batle@collabora.co.uk>2010-11-15 02:37:03 (GMT)
commit383eeb4d3e48cd81be2827149e299755e5449ae9 (patch)
tree5eb8656be09eab31244c6668bf152476f7cae4c2 /mathquwy.py
parentf57ab3583a29bf35d5517d0cec1e10eafeb43bc4 (diff)
Fixed title
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 )