Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xJump.py10
1 files changed, 6 insertions, 4 deletions
diff --git a/Jump.py b/Jump.py
index 0e69bd7..4265ec7 100755
--- a/Jump.py
+++ b/Jump.py
@@ -394,12 +394,14 @@ class SolitaireMain:
elif self.actual_level == 0:
myMatrix=[[2,2,0,0,0,2,2],
- [2,2,0,0,0,2,2],
+ [2,2,0,1,0,2,2],
+ [0,0,1,1,1,0,0],
[0,0,0,1,0,0,0],
- [0,0,1,0,1,0,0],
[0,0,0,1,0,0,0],
- [2,2,0,1,0,2,2],
- [2,2,0,0,0,2,2]]
+ [2,2,0,0,0,2,2],
+ [2,2,0,0,0,2,2]]
+
+
myMatrix_colors=[[0,0,0,0,0,0,0],
[0,0,0,0,0,0,0],