Unresizable control screen.

main
David Wu 9 years ago
parent f1ef75fb81
commit 79add59375

@ -95,6 +95,7 @@ public class TitleController extends Controller {
layout = loader.load();
Scene scene = new Scene(layout);
Stage popupStage = new Stage();
popupStage.setResizable(false);
popupStage.setTitle("Game Controls");
popupStage.initModality(Modality.WINDOW_MODAL);
popupStage.setScene(scene);

Loading…
Cancel
Save