Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ladder3D #116

Merged
merged 1 commit into from
Jun 19, 2023
Merged

Ladder3D #116

merged 1 commit into from
Jun 19, 2023

Conversation

krazyjakee
Copy link
Collaborator

@krazyjakee krazyjakee commented Jun 19, 2023

Adds a new feature to the project - Ladder3D. This feature allows NodotCharacter3D to climb up and down ladders in the game. The feature consists of two new scripts: CharacterClimb3D and Ladder3D.

The CharacterClimb3D script manages the climb movement of the character and defines how fast the character can climb. It also registers input actions for climbing, descending, and jumping off the ladder.

The Ladder3D script is a node that, when touched, sets the character to the "climb" state. When the character is in the climb state, they can climb up and down the ladder using the input actions defined in CharacterClimb3D.

Overall, this change adds a new and exciting feature to the game, improving the player experience and making the game more enjoyable.

Closes #74

@krazyjakee krazyjakee merged commit b37d487 into main Jun 19, 2023
@krazyjakee krazyjakee deleted the ladder3d branch June 19, 2023 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ladder3D
1 participant