Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/game
diff options
context:
space:
mode:
authorAlan Aguiar <alanjas@hotmail.com>2013-09-10 02:09:43 (GMT)
committer Alan Aguiar <alanjas@hotmail.com>2013-09-10 02:09:43 (GMT)
commitdd9e7b405a7c071e52901cc13f0f7af0a6d78652 (patch)
treeac89159d4613c22115a0482725a1be76ca1a104b /src/game
parent2fdb583e0a9f99de57a2157f9620913f7f60b644 (diff)
align help in a1g6
Diffstat (limited to 'src/game')
-rw-r--r--src/game/Area1Game6.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/game/Area1Game6.py b/src/game/Area1Game6.py
index 662182c..76d65b5 100644
--- a/src/game/Area1Game6.py
+++ b/src/game/Area1Game6.py
@@ -274,10 +274,10 @@ class CArea1Game6(CGameState):
# Label with the Help (for mouseover)
for i in range(7):
l = CMultiLabel()
- l.bgColor = (0x99, 0x99, 0x66)
- l.font = pygame.font.Font('assets/fonts/DejaVuSans.ttf', 20)
- l.set_center((DX + 910, DY + 150))
- l.set_size((350, 125))
+ l.bgColor = (255, 125, 50)
+ l.font = pygame.font.Font('assets/fonts/DejaVuSans.ttf', 28)
+ l.set_center((DX + 910, DY + 75))
+ l.set_size((350, 150))
l.set_text(unicode(self.dic_help[i], 'UTF-8'))
self.mListHelps.append(l)