Was already on it. ;)
PawnxPawn
Creator of
Recent community posts
Thanks for playing! There were a lot of touch-ups that I would have loved to do. Sadly, do to a bunch of issues, we ended up very behind, and I was not able to add those touch-ups like the water shader/animation. Ended up spending my time fixing up a bunch of bugs and connecting sounds and the levels together on the last day.
Thanks for playing! Yeah, there are a few issues. We need to figure out a better way to tell the player that the rope tile is not safe. The rope tile is supposed to be a trip wire. But when you are small, it shouldn't affect you, and you can use the ropes to cross things. The lily pads you can stand on when you're small, everything else is dangerous.
HI! Unfortunately, you gave us the .project, which doesn't store any of the files, just the basic project setup. If you would like to export, you will have to go to:
- Project - > Export
- Click Add -> choose the version you want to export for
- It may pop up a warning that says you need a template first. You will want to download the suggested one.
- if it's web, make sure when you export the project name it index, and you can run it in the browser of itch.io
- if it's an exe after the template is installed, you can just export it and it should work.
- Pop it in a zip and upload it to itch! If you choose web when it gets upload you will have a check box you can choose to embed it to the browser
Thanks for playing! So you can't step on the ropes, normal-sized. The idea is it sets off a trap. (visually not implemented, sorry) And if walking on the ropes in the water, you "should" only be able to walk on the rope and not the edges, but we never fully finished fixing an issue with it since we are grabbing the tile data only. We needed to add an area check next to the ropes, also.