Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Cademon

113
Posts
10
Followers
3
Following
A member registered Nov 24, 2023 · View creator page →

Creator of

Recent community posts

I'm glad you learned something valuable today!

Thank you!

Glad you found it funny!

Thanks!

Glad you enjoyed it! We actually planned to have ending screens with at least each person you saved, but we ran out of time. 

Great to hear

That... is a much funnier way to play the game, imaging you are kidnapping people and stealing.

(1 edit)

Thank you! There's definitely some improvements we could have made but we ran out of time. I figured out the issue with the restart button but only managed to fix it for the one in the normal level in time to submit (it was something weird with the way web versions of games restart scenes). 

(1 edit)

Glad you enjoyed it! I figured out the issue with the restart button too late to fix unfortunately.

Thanks!

Thank you, our artists had fun with it!

Happy to hear it!

Thanks!

Glad you liked it! Sorry about the restart button, I threw in the end screen last minute and the method I used to restart the scene doesn't work with web versions of the game.

Cool concept.

I literally had this same idea for the jam but though, "someone else will do it." And oh my, you my friend/s have done it. This is exactly what I hoped for from a decouple therapist, great work.

I think the proper word to describe this game is "fascinating".

Very neat little game.

Very cute robot, I love story and I love specing builds.

I became very emotionally invested in the penguins.

Glad you liked it!

A bit unintuitive, but interesting.

Very well made, I like games like this.

Cute game, I found a bug where you can catch fish that spawn under the dock.

This is super cute and a great game for 48 hours.

Fun game!

Glad you liked it!

Sweet. Nice game.

I love this game more than words can express. However, I hope we can do something about this smoking kitty epidemic. We can treat the symptoms with a hammer sure, but the root cause needs to be hammered out.

I love this game so much, from the art to the music to the gameplay it's all unique and interesting.

I love Pigeon Inspector! My dad used to do this for the local state government, glad to finally see a game based on this awesome and fulfilling job.

Fun! It's a little unclear if you need to break the blue things or just survive, but I had a good time.

To get music that plays constantly it's pretty simple. You have to have an AudioStreamPlayer2D or 3D and set it to what music you want. Then you have to make a variable which you can either call from the node path, or use export to make it a public variable so you can drag and drop your music to it. I have a GameManager script where I keep all stuff like this but I *think* you can put it in any script that runs on game launch.

This is how I made mine
@onready var background_music: AudioStreamPlayer2D = $"../Audio/AudioStreamPlayer2D"

Then in your _ready function, call the music
background_music.play()

If you want it to play or stop at different times you can do that with if statements.

To make it loop, select your AudioStreamPlayer and in the inspector check "Autoplay". Then on the left switch from node to import. There is an option called loop which you want to change from default to forward (you can do others but forward is the most common).

Hope this helps, I had to figure it out too as I am also new to Godot.

This was really fun, and I'm glad there are as many levels as there are. Great job!

Thanks! I actually had programmed in score tracking for people saved, sentimental items saved, and value of items saved, but for some reason the game kept crashing when I tried to reference the script and display them. If we had more time I would have made sure that score system worked so that the game had some replayability.

Yeeeeees chocolate! My only complaint is that there should be a reset button after you win so you can mess around some more.

This was absolutely everything I hoped for when I clicked on this game. I didn't notice the shop icon for a while, but otherwise it was super fun punching everything.

This is exactly in the spirit of what game jam games should be and earns my first 5 star rating of the jam.

I love cats and I love breaking things. Great game!

Not sure what happened here, this just seems to be a picture of the game jam banner. I will revisit it later to see if the game is playable for me.