Godot Version
4.4.1
Question
I’m trying to make a sonic like game and making loops for the player to run through feels really tedious (Having to make 3 statics bodies with collision polygons on different layers then having 2 area bodies to change the collision mask and layers for the player for one loop). Not only that but there also layering (running in front then behind the loop and not messing with anything else).
Does anyone have any ideas on how to make system that’s more efficient