Update of /cvsroot/super-tux/htdocs/milestone1
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21823/milestone1
Modified Files:
enemies.xml gameplay.xml menu.xml
Log Message:
- removed patent banner
Index: menu.xml
===================================================================
RCS file: /cvsroot/super-tux/htdocs/milestone1/menu.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- menu.xml 28 Feb 2004 23:23:49 -0000 1.1
+++ menu.xml 28 Apr 2004 21:32:32 -0000 1.2
@@ -6,5 +6,4 @@
<item file="levels.html">Levels</item>
<item file="tilesets.html">Tilesets</item>
<item file="enemies.html">Enemies</item>
- <item file="download.html">Download</item>
</menu>
Index: gameplay.xml
===================================================================
RCS file: /cvsroot/super-tux/htdocs/milestone1/gameplay.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- gameplay.xml 6 Mar 2004 22:25:13 -0000 1.3
+++ gameplay.xml 28 Apr 2004 21:32:32 -0000 1.4
@@ -17,6 +17,8 @@
<li>on-enemy jump (at least 1 tile width, ie. so that you can jump from one enemy to the next)</li>
</ul>
<img src="images/actions8.jpg" /><br />
+ <img src="images/actions9.jpg" /><br />
+ <img src="images/actions10.jpg" /><br />
</subsection>
<subsection title="Interaction with Enemies">
Index: enemies.xml
===================================================================
RCS file: /cvsroot/super-tux/htdocs/milestone1/enemies.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- enemies.xml 6 Mar 2004 22:25:13 -0000 1.3
+++ enemies.xml 28 Apr 2004 21:32:32 -0000 1.4
@@ -21,7 +21,7 @@
</subsection>
<subsection title="Mr. Bomb">
- <picture file="images/mrbomb.png">
+ <picture file="images/mrbomb2.png">
Pretty much every game has some kind of exploding enemy, so
SuperTux should have something like that too. For the moment
this should be our Mr. Bomb, a plain and simple Bomb running
@@ -30,7 +30,7 @@
</subsection>
<subsection title="Mr. IceBlock">
- <picture file="images/mriceblock.png">
+ <picture file="images/mriceblock2.png">
Mr. IceBlock could be the most basic enemy in SuperTux, he
just walks around without having any 'special attacks' or
something like that. Jumping on Mr. IceBlock should flatten
@@ -45,6 +45,18 @@
</picture>
</subsection>
+ <subsection title="Bouncing Snowball">
+ <picture file="images/rollsnow.gif">
+ A bouncing/rolling ball that bounces around on the playfield
+ </picture>
+ </subsection>
+
+ <subsection title="Flying Snowball">
+ <picture file="images/flyingsnow.png">
+ Flies vertically up and down a bit
+ </picture>
+ </subsection>
+
<subsection title="Mr. Crystal">
<picture file="images/mrcrystal.png">
When Tux jumps on MrCrystal, MrCrystal will break into pieces.
@@ -52,12 +64,24 @@
</subsection>
<subsection title="Spiky">
- <picture file="images/spiky.png">
+ <picture file="images/spiky3.png">
Spiky has spikes which makes it impossible for Tux to kill him
by jumping on him.
</picture>
</subsection>
+ <subsection title="Jumpy Spiky">
+ <picture file="images/jumpy2.png">
+ Moneybag replacement, jumps up and down and is not killable by jumping
+ </picture>
+ </subsection>
+
+ <subsection title="Fish">
+ <picture file="images/fish.png">
+ Jumps up and down
+ </picture>
+ </subsection>
+
<subsection title="Unsorted">
<screenshot file="images/enemies" />
</subsection>
|