Updated web site
This commit is contained in:
parent
7073ff4817
commit
162a70d652
3
shared.c
3
shared.c
|
@ -3674,7 +3674,8 @@ void setfruitinfo(void) {
|
||||||
setinfo(P_GEMYELLOW, "Topaz", "", "gem-yellow.png");
|
setinfo(P_GEMYELLOW, "Topaz", "", "gem-yellow.png");
|
||||||
setinfo(P_GEMRED, "Ruby", "", "gem-red.png");
|
setinfo(P_GEMRED, "Ruby", "", "gem-red.png");
|
||||||
setinfo(P_GEMPURPLE, "Amethyst", "", "gem-purple.png");
|
setinfo(P_GEMPURPLE, "Amethyst", "", "gem-purple.png");
|
||||||
setinfo(P_GOLDBAR, "Amethyst", "", "goldbar.png");
|
setinfo(P_GOLDCOIN, "Gold Coin", "", "goldcoin.png");
|
||||||
|
setinfo(P_GOLDBAR, "Gold Bar", "", "goldbar.png");
|
||||||
|
|
||||||
setinfo(P_FIRSTCARD, "Card", "Keep a look out for these useful items. Collect a full poker hand for a secret bonus!", "cardh.png");
|
setinfo(P_FIRSTCARD, "Card", "Keep a look out for these useful items. Collect a full poker hand for a secret bonus!", "cardh.png");
|
||||||
|
|
||||||
|
|
|
@ -50,8 +50,8 @@
|
||||||
<td width=10% align=center><img src="img/sundae.png"><br>Sundae</td><td width=40%>Worth 3000 points.</td>
|
<td width=10% align=center><img src="img/sundae.png"><br>Sundae</td><td width=40%>Worth 3000 points.</td>
|
||||||
</tr><tr><td width=10% align=center><img src="img/cake.png"><br>Cake</td><td width=40%>Worth 3500 points.</td>
|
</tr><tr><td width=10% align=center><img src="img/cake.png"><br>Cake</td><td width=40%>Worth 3500 points.</td>
|
||||||
<td width=10% align=center><img src="img/chocolate.png"><br>Chocolate</td><td width=40%>Worth 8000 points.</td>
|
<td width=10% align=center><img src="img/chocolate.png"><br>Chocolate</td><td width=40%>Worth 8000 points.</td>
|
||||||
</tr><tr><td width=10% align=center><img src="img/(null)"><br>(null)</td><td width=40%>Worth 250 points.</td>
|
</tr><tr><td width=10% align=center><img src="img/goldcoin.png"><br>Gold Coin</td><td width=40%>Worth 250 points.</td>
|
||||||
<td width=10% align=center><img src="img/(null)"><br>(null)</td><td width=40%>Worth 10000 points.</td>
|
<td width=10% align=center><img src="img/goldbar.png"><br>Gold Bar</td><td width=40%>Worth 10000 points.</td>
|
||||||
</tr><tr><td width=10% align=center><img src="img/flower-yellow.png"><br>Sunflower</td><td width=40%>Worth 5 points.</td>
|
</tr><tr><td width=10% align=center><img src="img/flower-yellow.png"><br>Sunflower</td><td width=40%>Worth 5 points.</td>
|
||||||
<td width=10% align=center><img src="img/flower-red.png"><br>Tulip</td><td width=40%>Worth 10 points.</td>
|
<td width=10% align=center><img src="img/flower-red.png"><br>Tulip</td><td width=40%>Worth 10 points.</td>
|
||||||
</tr><tr><td width=10% align=center><img src="img/flower-purple.png"><br>Orchid</td><td width=40%>Worth 30 points.</td>
|
</tr><tr><td width=10% align=center><img src="img/flower-purple.png"><br>Orchid</td><td width=40%>Worth 30 points.</td>
|
||||||
|
@ -108,7 +108,7 @@
|
||||||
<td align=center><img src="img/pill.png"><br>Pill</td><td>Eating this pill will cause you to enter a hyperactive state, moving at four times your standard speed!</td>
|
<td align=center><img src="img/pill.png"><br>Pill</td><td>Eating this pill will cause you to enter a hyperactive state, moving at four times your standard speed!</td>
|
||||||
</tr><tr><td align=center><img src="img/raygun.png"><br>Ray Gun</td><td>Alien in origin, the ray gun contains enough charge for five shots of burning plasma.</td>
|
</tr><tr><td align=center><img src="img/raygun.png"><br>Ray Gun</td><td>Alien in origin, the ray gun contains enough charge for five shots of burning plasma.</td>
|
||||||
<td align=center><img src="img/tophat.png"><br>Top Hat</td><td>Players wearing the top hat will find that every item which appears will now be a power-up!</td>
|
<td align=center><img src="img/tophat.png"><br>Top Hat</td><td>Players wearing the top hat will find that every item which appears will now be a power-up!</td>
|
||||||
</tr><tr><td align=center><img src="img/(null)"><br>(null)</td><td>(null)</td>
|
</tr><tr><td align=center><img src="img/lamp.png"><br>Magic Lamp</td><td>The magic lamp shifts you into an alternate dimension filled with gold! Collect it all for a kingly bonus...</td>
|
||||||
<td align=center><font color="ff00ff"><b><big>?</big></b></font><br>Random</td><td>Gives you a random effect...</td>
|
<td align=center><font color="ff00ff"><b><big>?</big></b></font><br>Random</td><td>Gives you a random effect...</td>
|
||||||
</tr><tr bgcolor="#ffff00"><th colspan=4>Super Powerups</th></tr>
|
</tr><tr bgcolor="#ffff00"><th colspan=4>Super Powerups</th></tr>
|
||||||
<tr><td align=center><img src="img/bigspeed.png"><br>Big Speed Up</td><td>Makes you walk faster, permenantly!</td>
|
<tr><td align=center><img src="img/bigspeed.png"><br>Big Speed Up</td><td>Makes you walk faster, permenantly!</td>
|
||||||
|
|
Loading…
Reference in New Issue