2d
Edgar Mendoza
62
Posts
2
Topics
1,524
Followers
105
Following
A member registered Aug 18, 2021 · View creator page →
Creator of
Launch yourself around and get as many points as you can in 60 seconds.
Play in browser
Recent community posts
Sorry for the late reply.
The line is a Line2D node. The start and end points are the player and mouse position respectively. It's kinda complicated to explain here in text but to bend it you first just check if its close enough to do it, and if it is you get the mid point between the player and hand and offset it a little to the right or left. The closer the player and hand are the bigger the offset. Again, it's kinda hard to explain.
And if you're talking about HYPER JUMP that's in 2D. To jump I just move the player's sprite node up and down and that makes it look like it's jumping.
Hope it helps.