Play game
Enchanted Mushroom Music's itch.io pageRate this game
In order to rate this submission you must be logged into itch.io and have submitted your own entry. Anyone with an account can leave a comment.
Godot version used
4.4dev3
Leave a comment
Log in with itch.io to leave a comment.
Comments
Neat concept! Wasnt sure what to do at first but just started giving the mushrooms the orb and vibing lol, good job!
Very nicely done, with awesome music.
Nice music choice! I like the feeling when I light up all the mushrooms.
You made very nice visuals and the music was so fitting.
The orb sometimes glitched away from my hand though eventhough I still grabbed it 🤷🏻
Wonderful job! Great concept, and executed really well. I tried a whole bunch of different combinations of mushrooms and the music they made all worked together nicely, while each having a unique character. What did you do in Godot to synchronize all the tracks?
Anyway, this one was super fun, and I think could be really interesting as a bigger experience
Thanks David! I didn't really do anything fancy in engine, just put all 6 layers of my music as separate tracks on the same AudioStreamSynchronized stream, which was then played by the same AudioStreamPlayer node. There's a method for setting the volume of a specific track in the AudioStreamSynchronized stream.
Ideally I would have liked for each mushroom to have spatially positioned sounds but didn't work out how to do that and I suspect that would require custom scripts which was more than I could manage in the timeframe. Anyway luckily it turned out that the mix of the music was nice just as non-diegetic sound.
As a side note, I tried to follow your tutorial on exporting to WebXR and it was all going well until the final step, which errored out because Godot couldn't open a specific zip file in the export template or something :(
Ah, cool! I haven't ever used AudioStreamSynchronized, I think it's new in Godot 4.3. I'll have to take a look at that.
> As a side note, I tried to follow your tutorial on exporting to WebXR and it was all going well until the final step, which errored out because Godot couldn't open a specific zip file in the export template or something :(
Oh, no! Let me know if you want try and debug your problem. Just ping me on the Godot discord or rocketchat (I'm dsnopek in both places)
incredible sound, made me dance a little.
I like how the mushrooms light up too.
How did you made the music? is it with various layers and then you sincronized them? or how you add another mushroom to the sound
thanks!
The music was separated into 6 layers (base layer that is always on, then one for each mushroom)
The layers are then all put into the same AudioStreamSynchronized resource
Wow, this was really cool.
The sound was absolut amazing and trippy. Also love throwing the orb and how playful it moves.
Good job!