Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2007-07-02 21:09:26 (GMT)
committer Simon Schampijer <simon@schampijer.de>2007-07-02 21:09:26 (GMT)
commit73859e45443e762bdbae8a1ce9120bf4828873f6 (patch)
treedcb448e318409adb3586767ec224feb41ca777f7 /games
parentea34d78e90d00587d1036d8847d966e2a759099e (diff)
First networking stuff is working. Getting closer to a first release. Code to change tiles back when not the same must be added now.
Diffstat (limited to 'games')
-rw-r--r--games/drumgit/drumgit.mson6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/drumgit/drumgit.mson b/games/drumgit/drumgit.mson
index d5b4cfc..f508fa1 100644
--- a/games/drumgit/drumgit.mson
+++ b/games/drumgit/drumgit.mson
@@ -1,8 +1,8 @@
<?xml version="1.0"?>
<memosono name="drumgit">
- <pair id="1" mother="guitar12_2.jpg" child="guitar12_2.jpg" color="12345" />
- <pair id="2" mother="drumkit2_b.jpg" child="drumkit2_b.jpg" color="234567" />
- <pair id="3" mother="guitar8_2.jpg" child="guitar8_2.jpg" color="23456767" />
+ <pair id="1" mother="guitar12_2.jpg" child="guitar12_2.jpg" color="100" />
+ <pair id="2" mother="drumkit2_b.jpg" child="drumkit2_b.jpg" color="100" />
+ <pair id="3" mother="guitar8_2.jpg" child="guitar8_2.jpg" color="100" />
</memosono>
<!--