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

Removed game_scene.gd dependency #42

Merged
merged 1 commit into from
Mar 26, 2024

Conversation

MoldyPotat
Copy link
Contributor

Overview

Bug Fix. Edited map_scene.tscn so it would stop requiring deleted file map_scene.gd

Related Issue(s)

closes #41

Changes

Describe in detail the changes made in this pull request. Include specifics about modifications to files, added or removed functionalities, and any other changes that contributors and reviewers should be aware of.

Added

N/A

Changed

Modified map_scene.tscn to not longer require map_scene.gd

Removed

Removed map_scene.tscn dependency on deleted file map_scene.gd

Fixed

Error Loading map_scene.tscm missing requirements map_scene.gd

Screenshots

Instructions for Testing

Open Godot and load map_scene.tscm

Checklist before Merging

  • [x ] I have performed a self-review of my own code.
  • I have added tests that prove my fix is effective or that my feature works.
  • [x ] I have added necessary documentation (if appropriate).
  • [x ] I have ensured the changes adhere to the project's coding standards and guidelines.

Additional Comments

Include any additional comments or context that you think might be helpful for the reviewers.

Edited map_scene.tscn so it would stop requiring deleted file map_scene.gd
@MoldyPotat MoldyPotat added the bug Something isn't working label Mar 24, 2024
Copy link
Contributor

@barkangel barkangel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Review:

Readability: Code readable and easy to understand

Code Quality: Code is good, fixed deletion of unused file.

Testing: We need to implement coverage test into CI workflow

Functionality: Code is more functional now than previous PR with bug.

Housekeeping: Good, PR fixes bug in last pr.

@thegreatzoidberg
Copy link
Contributor

Pull Request Review:

Readability: Code is just as readable as before minus a few removed buggy lines.

Code Quality: Same code, one bug squashed.

Testing: Still needs test file.

Functionality: Code fixed a bug.

Housekeeping: No extra files, just some line changes. No AI mentioned.

Copy link
Contributor

@vicliyj vicliyj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Review Checklist:

  • Readability: Code is easy to read!
  • Code Quality: Quality is still good with these changes.
  • Testing: Definitely need to add some more test coverage.
  • Functionality: Great catch with this bug.
  • Housekeeping: Everything is high quality, easy to read, and easy to follow!

@MoldyPotat MoldyPotat merged commit 581179a into UNLV-CS472-672:main Mar 26, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug Missing map_scene.gd
4 participants