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

Nice idea, though the jumping feels a tad off and the safe zones seem to cut off a bit too early though could just be me being bad. Liked the background music and sound effects and the look of the level and game is pretty nice and relaxing, though the kill scene is kinda abrupt lol It scared me the first time.

Thanks ! Ahaah the music isnt mine, I'm a beginner and one week was only enough to figure out the code so I just used a free asset for the music! Regarding the death I agree, I actually tried to get the particle system to play awhile before calling the end scene but couldnt get that to work. Do you have an idea how to do it? I tried with Invoke() but it ended up delaying the next scene so much:(

(+1)

Well I admit it's kinda like simple not like an advanced setting but I usually add like a timer if statement that holds the transition of for like a few seconds and then just disable all kinematics so nothing can be touched, and then re enable them as the player hits the trigger at the start of the level.  Something like that at least for simple code I admit I'm not the best coder I kinda make jumbled messes and then our Head coder Josef cleaned things up and made them pretty

Okay! I'll try that:)