Amazing !! When do you think you will post the post jam version ?
Filemon__Filemon
Creator of
Recent community posts
Nice game !!!
I love this kind of game where you’re a lil guy foraging and fleeing :)
Maybe a visual indicator of the number of ingredients you’re carrying would be nice ?
And also, I dunno if I’m plain bad or hyperactive, but after going to 19 I felt like I did a good score and died and my soup was bad :O
I am full of sorrow.
Oh yeah itch doesnt have messaging thats uncool :O
Here’s my discord : fifigrade_ send me a text there !!
Personnaly I go simple with the code for the animation for platformer characters:
func _process() –> void:
––if is_on_ground():
––––if Input.is_action(“left”):
————sprite.play(“walk”)
————sprite.flip_h = true
––––elif Input.is_action(“right”):
————sprite.play(“walk”)
————sprite.flip_h = false
––––else:
————sprite.play(“idle”)
––else:
––––sprite.play(“falling”)
This code can be optimized but its not THAT BAD :D
Thank for the wholesome comment !!!! Hehe Normally if you drop the ingredients in the cauldron you fill it up and Nasa tells you the list of ingredient :D If you fill the cauldron another endings plays :D (normally) PS: (to fill the cauldron drop the ingredients very near the cauldron) PPS: thanks again for the very nice comment !!!