Skip to content

Commit

Permalink
Merge pull request #60 from milospi/58-feature-move-responsibility-fr…
Browse files Browse the repository at this point in the history
…om-roundmanager-to-answersubmission

Remove unused file SettingsState
  • Loading branch information
odaakj authored Apr 21, 2026
2 parents 20b3950 + 457b5e3 commit b2e84ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 44 deletions.
43 changes: 0 additions & 43 deletions core/src/main/java/group07/beatbattle/states/SettingsState.java

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Singleton that manages the active screen state.
* setState() exits the current state then enters the new one.
* States: StartState, JoinCreateState, LobbyState, InRoundState, LeaderboardState, GameOverState, SettingsState.
* States: StartState, JoinCreateState, LobbyState, InRoundState, LeaderboardState, GameOverState.
*/
public class StateManager {

Expand Down

0 comments on commit b2e84ae

Please sign in to comment.