Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/visualmatch.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2010-01-12 00:00:55 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-01-12 00:00:55 (GMT)
commitb3bf4de813d369cf972f8ae390f5a312e276643a (patch)
tree60ca10507b659c12e1f2492cc763f92b80fce5b2 /visualmatch.py
parentdb3d25f9db71f6332336b851098e50ee9bc2b2c3 (diff)
using sprite labels for word cards
Diffstat (limited to 'visualmatch.py')
-rwxr-xr-xvisualmatch.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/visualmatch.py b/visualmatch.py
index b41382e..4120783 100755
--- a/visualmatch.py
+++ b/visualmatch.py
@@ -173,6 +173,9 @@ class VisualMatchMain:
self.vmw.matches = 0
self.vmw.robot_matches = 0
self.load_score()
+ self.vmw.word_lists = [[_('mouse'),_('cat'),_('dog')],\
+ [_('cheese'),_('apple'),_('bread')],\
+ [_('moon'),_('sun'),_('earth')]]
self.vmw.new_game()