Topic was automatically imported from the old Question2Answer platform.
Asked By
Mk_
Hello. I’m new to godot.
I want to make a Spiderman game in 2d
Space.i created the Spiderman with kinematic
There are some floating square in the air. They are
Staticbody. And I want to trow some thing like web from
Spider man to these building anddd… Glide in the air.
What should I do.how can I make this web efect? should I
Make the web, rigid body?
I’d suggest that you take the time to really learn how to use Godot. That involves learning to write code (GDSCript or C#), understanding the Godot node and scene system, and studying the basic features and use-cases for the various node types.
The official Godot docs and tutorials are quiet good and there’s a lot of great content on YouTube.
I know, it probably sounds boring when all you really want to do is make the game that’s in your head. But, until you have a solid understanding of the tools you’re using (mainly Godot), you’ll constantly find yourself unable to solve the very next problem you run into.
So, take some time to learn, don’t try to create a complex game as your first project, and know that it’s not going to happen over night.
If you have specific problems or questions, by all means, bring them back here for community input. But, broad questions like the ones you’re asking now are really difficult to assist with in a forum.
you’re right. But that was my only problem. I DON’T Know how to throw somethimg like rope and attach it to a Staticbody. JUST give the idea and I’ll learn how to use it. Which node Should I use?