-
Notifications
You must be signed in to change notification settings - Fork 4
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
Team-3 error fixed #158
Team-3 error fixed #158
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you guys please do another merge from main and check that it does not crash because somebody pushed their commits to main just after your pr
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GameEndService is someone elses feature and you should not be modifying it. See #132
@@ -213,7 +213,6 @@ public void create() { | |||
private void displayUI() { | |||
Entity ui = new Entity(); | |||
ui.addComponent(new GameAreaDisplay("Box Forest")); | |||
ui.addComponent(ServiceLocator.getGameEndService().getDisplay()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have deleted a change required by another team's feature. Restore this and fix your error properly
We are removing this feature from this sprint due to time constraints. |
Game running now