On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

The conversation the three had at the beginning was nice. Though there may be a bug: the windago just walked right up to me and didn’t really do anything other than that. Maybe it’s not too late to submit a ticket at Discord for a game breaking bug?

(1 edit)

I'm very sorry, almost everything broke at the last minute.  There is meant to be a win and death scene, but when doing

get_tree().change_scene_to_file("res://death.tscn") 

It would error out and say that the next line of code (No mater what it is) is off a null instance,  later on when trying to fix things,  the area signals just stopped triggering altogether. 

Didn't go my way, but I'm trying to learn from it. Thank you so much for just checking it out. <3

Ah, then try using call_deferred(). That might do the trick.