Nicholas Novak
d3dfe2acac
change: Finished MushroomVillage
...
This includes changes such as putting enemies in levels, adding
projectiles, and finalizing the bounces for the moving platforms
The cymbal has been implemented, and provides a short immunity to
projectiles
Every section is playable, and includes a final ending object, although there
is no transistion to the level from the previous level yet
2023-05-05 10:44:55 -07:00
Nicholas Novak
ba01db1051
change: Added some enemies and some of the stages, finishing most of the first section of the level
2023-05-05 02:53:03 -07:00
Nicholas Novak
8b773f0119
change: Changed some of the jump values to match the level, and preparing for second half of blocking
...
This prepares the level for the second half, where the player will be
using the cymbals more, as well as more of the mechanics from other
levels
2023-05-05 00:42:40 -07:00
Nicholas Novak
9057a159c0
fix: Made it so that you can repeatedly bounce on bounce pads
2023-05-05 00:42:40 -07:00
Nicholas Novak
97419d36de
change: Added second level to MushroomVillage and implemented jump pads
2023-05-05 00:42:35 -07:00
Nicholas Novak
6ac28f4560
More work on mushroom forest
2023-05-05 00:41:13 -07:00
Sam
7d58fe1e7f
added logo to splash screen!!
2023-05-04 23:09:45 -07:00
Sam
a164f3130f
added game end screen
...
also! the new singleton system doesn't work! returning to the main menu creates a second instance of everything, @nick can you fix this please
2023-05-04 21:17:36 -07:00
Sam
c8548e3d4f
created new demo scene switcher
...
this is just an overhaul of the debug scene switcher -- no longer breaks if you leave the main menu! a win for the girlies
2023-05-04 19:54:59 -07:00
allylikesfrogs
ce71c20acb
update dash implementation
2023-05-04 17:11:09 -07:00
allylikesfrogs
368fbcb634
BOING!!!!!!
2023-05-04 16:52:39 -07:00
allylikesfrogs
60a54adcf8
Merge branch 'master' of https://gitlab.nicholasnovak.io/fums/ofb
2023-05-04 16:10:11 -07:00
allylikesfrogs
5ca3e74167
saving progress
2023-05-04 16:09:55 -07:00
Bryanna
55f5e77aa2
clarinet transition story
2023-05-04 15:23:46 -07:00
Bryanna
58b588733c
added story to tambourine transition
2023-05-04 14:57:25 -07:00
Bryanna
791e14a48d
fix stairs
2023-05-04 14:31:40 -07:00
allylikesfrogs
96acb9ba5f
boing
2023-05-04 13:53:37 -07:00
allylikesfrogs
a6caababa3
working on Bounce
2023-05-04 13:20:35 -07:00
Nicholas Novak
1c7ced7b71
change: Removed reference to old state controller
2023-05-04 11:48:09 -07:00
Nicholas Novak
ee158dd9a1
change: Added new tilemaps and MushroomForest scene
...
This adds two new tilesets, as well as start on the mushroom forest
scene that includes part of the block out of the level, but nothing else
2023-05-04 11:26:01 -07:00
Nicholas Novak
ee0b076ba7
Added in tilemaps and started blocking the level out
2023-05-04 11:26:01 -07:00
Bryanna
afbcb920ac
brasslands
2023-05-03 17:55:54 -07:00
allylikesfrogs
f7d45185fa
dash is working better!
2023-05-03 11:53:37 -07:00
Sam
6fda5e48b5
a few small things
...
changed camera in brasslands and cave, made pin animation shorter
2023-05-03 10:42:41 -07:00
Bryanna
ba8b17f4ed
cloud color
2023-05-03 10:18:54 -07:00
Bryanna
76180cdcb4
brassland fix
2023-05-03 09:53:18 -07:00
Bryanna
8d0e65e080
scene addons
2023-05-03 09:45:55 -07:00
Bryanna
598e8c1dba
more scene additions
2023-05-03 09:16:38 -07:00
Bryanna
21a69ca2bb
updates to my scenes
2023-05-03 08:45:30 -07:00
Sam
163ead5f93
added transition images system
2023-05-02 16:41:07 -07:00
Sam
0cc0f292f1
added transition scene between tambourine and clarinet
2023-05-02 16:10:36 -07:00
Bryanna
493258f1f9
combined ch and gv scene, created bl scene
2023-05-01 18:58:39 -07:00
Sam
347b1a0b2c
fixed: tambourine ui resets properly on player death
2023-05-01 16:53:13 -07:00
Sam
cc694586a4
fixed ui
...
also added the general game ui canvas to all scenes
2023-05-01 16:36:09 -07:00
Sam
febbf21253
added some basic ui
...
still work in progress, just a progress commit!
2023-05-01 16:05:41 -07:00
Sam
d1528cc6ff
fixed footsteps
...
also @bryanna i moved the grapple poles in the village so they can be reached without the trumpet jump
2023-05-01 15:06:45 -07:00
Sam
58222ed569
changed death animation, moved enemies
2023-05-01 13:35:45 -07:00
Sam
932af31dc9
player can only access items in correct scenes
2023-05-01 01:52:42 -07:00
Sam
d3893d3f0e
improved tambourine behavior
...
also worked a bit on level balancing, adding background details
2023-05-01 01:15:21 -07:00
Sam
46f7cfe07e
fixed: player jittering and death sliding
2023-04-30 23:53:52 -07:00
Sam
14a4de41cc
bugfixing
...
added canvas objects to all scenes (and event systems with them), game should be playable all the way through maybe!
2023-04-30 22:01:55 -07:00
Bryanna
743dc3d38a
added new transitions scenes for story
2023-04-30 16:01:33 -07:00
Sam
c51af3ce92
bugfixed tambourine and player death
...
death still needs work!
2023-04-30 14:16:29 -07:00
Sam
9f36564e67
add player death animation
...
also bugfixed some tambourine stuff
2023-04-30 13:58:04 -07:00
Sam
16a190949d
created victory object and level progression
...
also tried to create a way to launch the game from any scene, but it doesn't really work. don't use anything in the folder called "DEBUG"
2023-04-30 13:34:02 -07:00
Sam
1b809cfa06
finished tambourine scene layout
...
probably still needs some tweaking, not super tested. but it's done and it's late
2023-04-30 02:07:49 -07:00
slevy14
6ca3e3d44e
level layout progress
2023-04-29 18:51:53 -07:00
Sam
3ec0e985fb
Pulled Bryanna's changes (merge)
2023-04-29 17:24:40 -07:00
slevy14
8bcb35e8aa
more progress on level layout
2023-04-29 17:21:56 -07:00
Bryanna
d0fb5f4999
added to village scene
2023-04-29 16:08:30 -07:00