I'm not sure I understand the question? I made the tile set for this game specifically, you can't get it from anywhere?
Flatgub
Creator of
Recent community posts
Hi, I'm really sorry you had so much trouble with it. I thought I had already fixed the issue with the pond in the swamp, It should definitely be fixed now at least, and I had no idea about the issue with not being able to plant, so thank you for bringing it to my attention! I hope even with all the difficulties you were able to find a little enjoyment in it still.
Its a shame I didn't have the time to tutorialize them better, but it is something I'm going to work on. The basic gist of how they work is the the input modules will continue to out the same number each cycle, so if you want to get the next number in the input, you need to tell that stream to move forward one. The way the IO flag module works is you select which channels you want to tell to progress (by pressing left or right to toggle it) and then whenever the module receives a value greater than zero, it'll make that channel grab the new number. so for example if you wire the a constant value 1 into the IO flag module, each cycle it'll grab a new number, or if you only send it a pulse once you've calculated the output for those inputs, then you can use it to grab the next set of inputs and continue.