+ Added a zip-line: it has a script that generates it`s path according to its 2 bases, this way, it´s easy to make more than one, and maybe that the player can make their own. It can be used with two or one hand. If used with one hand, the other hand can be used to use weapons, such as a handgun.
+ Added a moving platform, which its reusable because it moves accordingly to a curve2d from Godot that can be changed.
+ Fixed elevator, now the player moves with it, and does not do mini jumps when going down
+ Cleaned a bit some code that was unnecessary and optimized some that could be a bit more efficient
+ Adjusted a bit the climbing
- The zip-line has placeholder graphics
- The moving platform has placeholder graphics
- Some times the player falls through the moving platform because it is a one way collision platform, and while its moving up, the player gravity makes it fall from it. Have to fix it.