NodotProject / nodot

A node composition library for Godot 4
https://nodotproject.github.io/nodot/
MIT License
332 stars 12 forks source link

Add CharacterFly3D #110

Closed krazyjakee closed 1 year ago

krazyjakee commented 1 year ago

Adds a new character movement mode to the project, called CharacterFly3D. This allows the player's character to fly around the game world, with the ability to ascend, descend, and move in any direction.

The new movement mode is implemented as a new class in the project, with associated changes to the CharacterExtensionBase3D and other related files.

Overall, this change adds a new and exciting gameplay element to the project, and expands the range of movement options available to the player and developer.