Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jungle Jump Player Animation perceived problems #24

Open
mrwnphs opened this issue Jun 27, 2024 · 0 comments
Open

Jungle Jump Player Animation perceived problems #24

mrwnphs opened this issue Jun 27, 2024 · 0 comments

Comments

@mrwnphs
Copy link

mrwnphs commented Jun 27, 2024

I spent a lot of time debugging the Player Animation because I misinterpreted the following two sentences:
"This would be a good point to stop and test the player to make sure everything is working. You can’t just run the scene, though, because the player will just start falling without any surface to stand on."

I actually tried to test the scene and it appeared to not work at all- no falling, no moving left or right. But of course, the real problem was that I hadn't yet created the Main scene with the CollisionShape2D. The Camera is what through me off. With the Camera on and no background image, it just appeared that nothing was happening. When I turned the Camera off, I could see that the player was freefalling and that left and right movement worked just fine.

Maybe consider eliminating the first sentence, "This would be a good point to stop and test...", in the next edition?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant