Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/mxtheme.py
diff options
context:
space:
mode:
authorSin Nombre <sin@ubuntu.(none)>2010-05-28 20:45:29 (GMT)
committer Sin Nombre <sin@ubuntu.(none)>2010-05-28 20:45:29 (GMT)
commit9e93d1b9802385900b6f833f81f84c0ac50f91ef (patch)
treef2c16599bde31b31e5d44bae4a87e7e4093f3cab /mxtheme.py
parentac8cbb6691ba3de1c7c42f4362edbe11270f4506 (diff)
Beta version complete with state and capital quizzesHEADmaster
Diffstat (limited to 'mxtheme.py')
-rw-r--r--mxtheme.py25
1 files changed, 25 insertions, 0 deletions
diff --git a/mxtheme.py b/mxtheme.py
new file mode 100644
index 0000000..d2cab13
--- /dev/null
+++ b/mxtheme.py
@@ -0,0 +1,25 @@
+"""Theme definition for Conozco Mexico"""
+
+theme_list = ['states', 'capitals']
+
+theme_defs = {
+ 'states': {
+ 'background': 'mexico_states_long.png',
+ 'icon': 'state_icon.png',
+ 'zones':'zones_states.txt',
+ 'levels':'levels_states.txt',
+ 'zonepic':'zones_states.png',
+ 'buttons': [
+ ]
+ },
+ 'capitals': {
+ 'background': 'mexico_capitals_long.png',
+ 'icon': 'capital_icon.png',
+ 'zones':'zones_capitals.txt',
+ 'levels':'levels_capitals.txt',
+ 'zonepic': 'zones_capitals.png',
+ 'buttons': [
+ ]
+ },
+ }
+