On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit) (+2)

OK I didn't get far, but right off the bat the intro was super cool. I was told this game had a similar style to mine, and I can see what they mean. My is probably much more unfinished than yours. I found it very difficult to get past the first scene with the electricity and astronaut- like moving around. I kind wanted a bit more control over myself. I will try this later. 

I have to know how you created that sucking up through the tube experience? I was very intrigued and looking for a way to make this similar thing as mechanic in my own game, like a vacuum sucking pump and what this is doing is AWESOME! Got to know your secrets for that killer intro.

I am giving you a good score for the fact the game looks great if I can get better used to how to control the astronaut suit thing. 4.25

Thanks for the feedback. Glad you liked the intro we probably spent too much time on it for a jam but one goal was to learn GODOT so it was part of a process.

We tried to make the movement feel like you in a heavy suit unfortunately this has had the effect of making the game feel a bit clunky.

The pipe was done with bones and the goo was just sprites hidden at each intersection. A 9 slice that would stretch to fill then shrink (and move to the right) to empty. The eyes and nose are simple sprites that move along the access with a Sin adjustment on the x to make them appear to be swaying in and out of the goo. So it was a mix of code and animation.

GODOT made this pretty easy since we could call the functions on each pipe to run its sequence from the animation. This allowed us to work in the animator to get the timing to work.

Of the slime on the floor simply shrunk as it did the target in it the pipe was aiming at would shrink too.

interesting would like to get into GODOT eventually. Thanks for the explanation really helped me to think of it from the inside out! Hopefully you can check out my unfinished project, yours in an inspiring game to look forward to expanding my own towards