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

Various Improvements #99

Merged
merged 8 commits into from
Jun 15, 2023
Merged

Various Improvements #99

merged 8 commits into from
Jun 15, 2023

Conversation

krazyjakee
Copy link
Collaborator

@krazyjakee krazyjakee commented Jun 15, 2023

Includes various improvements to the project. The changes include:

  • Removing a file from the selection on the .gut_editor_config.json file.
  • Adding a new project to the Examples section on the README.md file.
  • Adding a new script to the addons/nodot folder that extends the Area3D class to include character and player detection.
  • Adding a new signal to the CollectableManager.gd script to notify when a new collectable is added.
  • Updating the GlobalSignal.gd script to accept an argument when triggering a signal.
  • Adding a new InputManager.gd script to manage input logic.
  • Adding a new CameraArea3D.gd script to override the camera when the current player enters an area.
  • Adding a new CharacterExtension3D.gd script to add extension logic to NodotCharacter3D.
  • Removing the CharacterMover.gd script.

Overall, these changes improve the project by adding new functionality and improving the existing code.

@krazyjakee krazyjakee merged commit 54c9411 into main Jun 15, 2023
@krazyjakee krazyjakee deleted the third-person branch June 15, 2023 22:10
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.

1 participant