https://drive.google.com/open?id=1NVHDH48TzN9k2QZIH1IqSQSJrpM_KhyF
Bug: There is a frame called "camera".
The trouble is that when you gain the ability to climb and climb the vine the frame starts to follow 1 pixel when shouldn’t.
How do I fix it?
Why do you have everything on one layer? Create a separate layer for UI, set its parallax to 0 and move that Camera sprite to it. And remove event #11
Develop games in your browser. Powerful, performant & highly capable.
Done but the camera UI can't follow the player.
You call it "camera" which is confusing. The UI doesn't follow the player, it should stay in the same position on the screen, that's why it needs to be on a separate layer with parallax set to (0,0)
-.-
I already done.
dropbox.com/s/ns3kdjflz5dkc83/you%20can%20do%20it%20bug%20fixed.c3p
Loading the game on start can load a saved state from previous version, where the camera sprite was still on layout 0 and moving with the player. So I disabled event 14 too.
Thx for helping.