Re-ordered powerups on website
This commit is contained in:
parent
86ee9dcffc
commit
8164582267
4
defs.h
4
defs.h
|
@ -510,7 +510,7 @@
|
|||
#define P_FIVECARDS 117
|
||||
#define P_CLOVER 118
|
||||
#define P_ACCORDION 119
|
||||
#define P_WINGBOOTS 120
|
||||
#define P_UMBRELLA 120
|
||||
#define P_SKULL 121
|
||||
#define P_WINGLEFT 122
|
||||
#define P_WINGRIGHT 123
|
||||
|
@ -540,7 +540,7 @@
|
|||
#define P_BADMAGNET 147
|
||||
#define P_JETPACK 148
|
||||
#define P_CAMERA 149
|
||||
#define P_UMBRELLA 150
|
||||
#define P_WINGBOOTS 150
|
||||
#define P_BIGUMBRELLA 151
|
||||
|
||||
|
||||
|
|
|
@ -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>
|
||||
</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>
|
||||
</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>
|
||||
<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>
|
||||
</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/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>
|
||||
<td colspan=2> </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>
|
||||
|
|
Loading…
Reference in New Issue