Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Fixed mainmenu button#5

Open
keivlech wants to merge 1 commit intomainfrom
MainMenu-fix
Open

Fixed mainmenu button#5
keivlech wants to merge 1 commit intomainfrom
MainMenu-fix

Conversation

@keivlech
Copy link
Collaborator

@keivlech keivlech commented Feb 8, 2023

Fixed all duplicate issues, when loading mainmenu scene
enabled mainmenu button in game over panel

@keivlech keivlech linked an issue Feb 8, 2023 that may be closed by this pull request
Copy link
Owner

@valrossenOliver valrossenOliver left a comment

Choose a reason for hiding this comment

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

Some zombie code that should be removed, but we can do that in separate PR.

[SerializeField] private Canvas placingsCanvas;
private int activeScene = 0;
[SerializeField] private string nextScene;
//private int activeScene = 0;
Copy link
Owner

Choose a reason for hiding this comment

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

We can ignore commenting code, we have version control for a reason! :)

[SerializeField] private string fourPlayerScene;

[SerializeField] private string gameOverScene;
//[SerializeField] private string gameOverScene;
Copy link
Owner

Choose a reason for hiding this comment

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

Same here

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Re-enable "main menu" at game over screen

2 participants