- Player should be able to drop down through thick ice bridges.

- give 10 more seconds on "snailsandslugs"
This commit is contained in:
Rob Pearce 2016-07-24 22:05:26 +12:00
parent 9db61826aa
commit 0ed87c7927
3 changed files with 13 additions and 8 deletions

View File

@ -1,6 +1,6 @@
bgfile beach1.png bgfile beach1.png
bg 0 bg 0
hurryup 30 hurryup 40
help help
Snails become dangerous slugs when killed! Snails become dangerous slugs when killed!
endhelp endhelp

1
rc.c
View File

@ -15032,6 +15032,7 @@ int isbridge(int id) {
switch (id) { switch (id) {
case T_BRIDGE: case T_BRIDGE:
case T_ICEBRIDGE: case T_ICEBRIDGE:
case T_ICEBRIDGETH:
return B_TRUE; return B_TRUE;
} }
return B_FALSE; return B_FALSE;

18
todo
View File

@ -1,6 +1,11 @@
*- Walking lfet on sticky tiles makes you walk right!! *level 80 - should beb able to drop through icebridgethick floors
*- make pill work for player2 *give 10 more seconds on "snailsandslugs"
*- slightly increase base player speed
animate players hanging from umbrellas
- sometimes when falling on to a trampoline at an angle, I teleport up to the top of the screen.
- make points worth chasing for something more than a high schore - make points worth chasing for something more than a high schore
- bonus level teleport appears on next level once you - bonus level teleport appears on next level once you
@ -9,12 +14,14 @@
Figure out POINT VALUES? Figure out POINT VALUES?
1-13 - 233k 1-13 - 233k
500k?
1m?
- bonus levels: - bonus levels:
..triple walk speed? ..triple walk speed?
..spike boots to jump on monsters ..spike boots to jump on monsters
..50% chance to skip two levels each time? ..50% chance to skip two levels each time?
- Make level editor work again in opengl - Make level editor work again in opengl
- add help to level editor! - add help to level editor!
@ -111,14 +118,11 @@ make base walk speed _slightly_ faster?
then auto-jump then auto-jump
(or use teleporter linking) (or use teleporter linking)
- Review difficulty curve over all levels. - Review difficulty curve over all levels.
1-5 little room in the middle is a bit tricky for level 5 1-5 little room in the middle is a bit tricky for level 5
although the rest of the level is pretty easy. although the rest of the level is pretty easy.
maybe move it slightly later maybe move it slightly later
- New tiles - New tiles
- destroyable tile - destroyable tile
- when a net hits it, it explodes into 4 pieces. don't come back. - when a net hits it, it explodes into 4 pieces. don't come back.