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

Removing all save-related features #10

Merged
merged 1 commit into from
Jan 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 0 additions & 30 deletions turingmachine/src/main/java/com/turingmachine/core/Save.java

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ private void startGame() throws IOException {
TuringMachine.setRoot("player-menu");
}

@FXML
private void showHighScores() {

}


@FXML
public void quit() {
System.exit(0);
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
<Font size="24.0" />
</font>
</Label>
<Button layoutX="280.0" layoutY="605.0" mnemonicParsing="false" onMouseClicked="#quit" prefHeight="62.0" prefWidth="240.0" text="Quitter" />
<Button layoutX="280.0" layoutY="528.0" mnemonicParsing="false" onMouseClicked="#showHighScores" prefHeight="62.0" prefWidth="240.0" text="Meilleurs scores" />
<Button layoutX="280.0" layoutY="528.0" mnemonicParsing="false" onMouseClicked="#quit" prefHeight="62.0" prefWidth="240.0" text="Quitter" />
<Button layoutX="284.0" layoutY="450.0" mnemonicParsing="false" onMouseClicked="#startGame" prefHeight="62.0" prefWidth="231.0" text="Jouer" />
<Label layoutX="47.0" layoutY="87.0" prefHeight="58.0" prefWidth="185.0" text="UTBM Thief Version">
<font>
Expand Down