Commit graph

61 commits

Author SHA1 Message Date
RedEnchilada
30ce6e65a4 Remove debug camera key 2016-06-25 19:39:20 -05:00
RedEnchilada
df28a675c0 Add special ending 2016-05-18 23:21:58 -05:00
RedEnchilada
5164d7503e Add some post-game hinting toward the secret ending 2016-05-18 22:36:48 -05:00
RedEnchilada
753f3b7ec5 Add all of the SFX wheeeeeee 2016-05-18 22:30:44 -05:00
RedEnchilada
1e8e8b4f10 Add pause button
backspace
2016-05-18 00:38:51 -05:00
RedEnchilada
6ecf965ff6 Add storybook cutscenes
intro needs some art drawn and boss needs music
2016-05-17 23:53:02 -05:00
RedEnchilada
a65d4e18fc Handle post-game boss area stuff
No music, boss 2 transitions to ending instead of
boss 3
2016-05-16 22:51:58 -05:00
RedEnchilada
9fc509a494 Add ending room 2016-05-16 22:51:31 -05:00
RedEnchilada
a0adc30c65 Add rescue cutscenes at save points 2016-05-16 21:53:20 -05:00
RedEnchilada
0b9c98dca4 Give the boss a weakness 2016-05-16 20:58:15 -05:00
RedEnchilada
dbc1272c05 Don't do certain things if bossClear is active
Preparation for when the endgame is added later.
2016-05-15 23:14:05 -05:00
RedEnchilada
e1854b47c9 Add some menacing-sounding words for the boss to say 2016-05-15 22:00:57 -05:00
RedEnchilada
4654fb6c24 Make boss tentacles more dense for better collision 2016-05-15 16:20:24 -05:00
RedEnchilada
5576cc21a9 Fix various sprites sometimes sticking 2016-05-15 13:45:17 -05:00
RedEnchilada
43b7ccfd0b Add a boss to flail at you menacingly 2016-05-15 13:17:54 -05:00
RedEnchilada
f3386fd7a2 A few fadeout-related fixes 2016-05-14 16:54:35 -05:00
RedEnchilada
59fcd198e7 Gravity fucks with editing, so don't have it 2016-05-14 16:54:21 -05:00
RedEnchilada
858075c213 Add slight gravity while underwater
Mostly just for visual effect, rather than
any gameplay implications
2016-05-14 09:36:27 -05:00
RedEnchilada
917e3d8cf3 Add visual flair to saving 2016-05-13 20:17:11 -05:00
RedEnchilada
c33f2aa079 Add level transitions and save crystal display 2016-05-12 22:45:38 -05:00
RedEnchilada
b4d5bff3fc Add function to move to a new level 2016-05-12 22:06:19 -05:00
RedEnchilada
d56e5a3d1a Add save function 2016-05-12 22:00:05 -05:00
RedEnchilada
5a1642f3d8 Spawn from memory if set 2016-05-12 21:42:21 -05:00
RedEnchilada
8d75c5e19f Add music handler 2016-05-12 21:35:17 -05:00
RedEnchilada
3ca995f8fb Add screen wipe and area-wide tinting 2016-05-12 20:50:37 -05:00
RedEnchilada
7cecaa901b Fix straight axes being backwards 2016-05-11 23:01:51 -05:00
RedEnchilada
8d01711da1 Enstate a vertical distance for rendering 2016-05-10 23:01:48 -05:00
RedEnchilada
5badddd599 Add wide rocks 2016-05-10 21:22:41 -05:00
RedEnchilada
d379eb4a30 Fix a million visible sprites on level load 2016-05-10 21:22:04 -05:00
RedEnchilada
dc0041da39 That looks better 2016-05-10 20:06:42 -05:00
RedEnchilada
01797330d8 Fix sorting of objects inserted mid-level 2016-05-09 23:55:24 -05:00
RedEnchilada
d9bef1eeb3 Hold E and rock button to place rocks fast 2016-05-09 23:49:20 -05:00
RedEnchilada
c27116a75e Give editor free flight
Hold down dash to test jump arcs
2016-05-09 23:13:30 -05:00
RedEnchilada
879193a23d Hack in a level editor 2016-05-09 23:06:32 -05:00
RedEnchilada
cdd070dd19 Improve wave scrolling when rotating the camera 2016-05-09 22:13:28 -05:00
RedEnchilada
bbe3718912 Add above-water backgrounds 2016-05-09 22:12:20 -05:00
RedEnchilada
5b28389871 Remove key from display when used 2016-05-09 21:41:34 -05:00
RedEnchilada
6e253ba40d Make collectibles grabbable by touch 2016-05-09 21:41:20 -05:00
RedEnchilada
b318f28365 Add doors and special white keys 2016-05-09 21:40:52 -05:00
RedEnchilada
aed87a762f Store and show what keys have been collected 2016-05-08 23:59:40 -05:00
RedEnchilada
8a6e7ec418 Make dolphin wibble slightly when idle 2016-05-08 22:30:53 -05:00
RedEnchilada
b3995c7bbb Add collectibles, keys, and paraloops, oh my! 2016-05-08 22:30:37 -05:00
RedEnchilada
065ac99bca Increase look-ahead to make up for the slightly reduced FOV 2016-05-08 19:27:20 -05:00
RedEnchilada
580471ea82 Fix collision issues 2016-05-08 19:06:00 -05:00
RedEnchilada
933f4bc08a Fix rendering distortion 2016-05-08 19:05:43 -05:00
RedEnchilada
804c9c2e77 Add water background 2016-05-08 18:26:36 -05:00
RedEnchilada
07221aeaf4 Set z=0 as water level, fall if above 2016-05-08 16:39:12 -05:00
RedEnchilada
1ba18941de Fix object's sprites all being visible by default 2016-05-08 16:32:35 -05:00
RedEnchilada
044cd06b10 Add flipping and charging 2016-05-08 16:32:17 -05:00
RedEnchilada
f2be7742df Move camera thinker to a separate function 2016-05-08 14:14:24 -05:00