Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Well done lad! A game full of twists! On the first level where the flag was still neutral, it felt weird to climb over it. But then seeing it move around with rows of teeth... disturbing lad!

Also, as a fellow Godot user, may I share a small tip?

  1. In regards to the audio as time passed the music stopped. I just make a loop in one of my Global/Autoloaded scenes by going to the Audiostreamplayer, Node-> Signals, and emit the finished() signal to your script. Then $Audiostreamplayer.play() and you create an infinite music loop!
  2. In the dark level I perhaps using the Audiostreamplayer instead of the Audiostreamplayer2D will stop the issues with sounds playing from different parts of players audio devices. Lately I've gotten used to using Audiostreamplayer for effects. If its a game where you can move the camera around, and you have to explore or something approaches, I use Audiostreamplayer2D. Try them and see!
(+1)

thanks so much for the tips! I appreciate it, still new to godot

(+1)

I am new as well! So I am really happy to see fellow developers that we can help and share with each other hints! :D

oh man that's awesome! i would love to team up with you someday