Skip to content

Commit

Permalink
Merge pull request #10 from Mino1289/no-save
Browse files Browse the repository at this point in the history
Removing all save-related features
  • Loading branch information
Wiqiro authored Jan 5, 2024
2 parents 775c81b + 7caaab5 commit e8899ec
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 91 deletions.
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

0 comments on commit e8899ec

Please sign in to comment.