Skip to content
Snippets Groups Projects
Commit ecb1dc77 authored by Barth Carolin's avatar Barth Carolin
Browse files

Added SnakeGameController and OptionsScreenController

parent 23c728b9
No related branches found
No related tags found
No related merge requests found
package org.example.OptionsScreen;
import javafx.event.ActionEvent;
import org.example.StartScreen.StartScreen;
public class OptionsScreenController {
public void openOptions(ActionEvent actionEvent) {
StartScreen.changeScene("/fxml/SnakeGame.fxml", "/styles/styles.css");
}
}
package org.example.SnakeGame;
public class SnakeGameController {
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment