Re-ordered powerups on website

This commit is contained in:
Rob Pearce 2008-11-25 01:07:40 +00:00
parent 86ee9dcffc
commit 8164582267
2 changed files with 4 additions and 4 deletions

4
defs.h
View File

@ -510,7 +510,7 @@
#define P_FIVECARDS 117 #define P_FIVECARDS 117
#define P_CLOVER 118 #define P_CLOVER 118
#define P_ACCORDION 119 #define P_ACCORDION 119
#define P_WINGBOOTS 120 #define P_UMBRELLA 120
#define P_SKULL 121 #define P_SKULL 121
#define P_WINGLEFT 122 #define P_WINGLEFT 122
#define P_WINGRIGHT 123 #define P_WINGRIGHT 123
@ -540,7 +540,7 @@
#define P_BADMAGNET 147 #define P_BADMAGNET 147
#define P_JETPACK 148 #define P_JETPACK 148
#define P_CAMERA 149 #define P_CAMERA 149
#define P_UMBRELLA 150 #define P_WINGBOOTS 150
#define P_BIGUMBRELLA 151 #define P_BIGUMBRELLA 151

View File

@ -48,8 +48,8 @@
<td align=center><img src="img/bell.png"><br>Powerup Bell</td><td>Rings if a permenant powerup is going to appear on the level</td> <td align=center><img src="img/bell.png"><br>Powerup Bell</td><td>Rings if a permenant powerup is going to appear on the level</td>
</tr><tr><td align=center><img src="img/honey.png"><br>Honey</td><td>Coats your net in a layer of sticky honey, allowing it to pick up fruits from afar.</td> </tr><tr><td align=center><img src="img/honey.png"><br>Honey</td><td>Coats your net in a layer of sticky honey, allowing it to pick up fruits from afar.</td>
<td align=center><img src="img/maskpowerup.png"><br>Scuba Mask</td><td>Allows you to move fast underwater.</td> <td align=center><img src="img/maskpowerup.png"><br>Scuba Mask</td><td>Allows you to move fast underwater.</td>
</tr><tr><td align=center><img src="img/wingboots.png"><br>Winged Boots</td><td>These magical boots cause you to grow wings, allowing to you jump again while in mid-air!</td> </tr><tr><td align=center><img src="img/umbrella.png"><br>Umbrella</td><td>Slows your descent, giving you more time to contemplate your rat eradication quest.</td>
<td align=center><img src="img/umbrella.png"><br>Umbrella</td><td>Slows your descent, giving you more time to contemplate your rat eradication quest.</td> <td align=center><img src="img/wingboots.png"><br>Winged Boots</td><td>These magical boots cause you to grow wings, allowing to you jump again while in mid-air!</td>
</tr><tr><td align=center><img src="img/cardh.png"><br>Card</td><td>Keep a look out for these useful items. Collect a full poker hand for a secret bonus!</td> </tr><tr><td align=center><img src="img/cardh.png"><br>Card</td><td>Keep a look out for these useful items. Collect a full poker hand for a secret bonus!</td>
<td colspan=2>&nbsp;</td></tr><tr bgcolor="#ffff00"><th colspan=4>Temporary Powerups</th></tr> <td colspan=2>&nbsp;</td></tr><tr bgcolor="#ffff00"><th colspan=4>Temporary Powerups</th></tr>
<tr><td align=center><img src="img/boxing.png"><br>Boxing Glove</td><td>Your net will punch monsters, killing them instantly.</td> <tr><td align=center><img src="img/boxing.png"><br>Boxing Glove</td><td>Your net will punch monsters, killing them instantly.</td>