mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
Changed default number of legs.
This commit is contained in:
@@ -51,6 +51,7 @@ public class ServerCreationController implements Initializable {
|
|||||||
|
|
||||||
public void initialize(URL location, ResourceBundle resources) {
|
public void initialize(URL location, ResourceBundle resources) {
|
||||||
legsSlider.setMax(10);
|
legsSlider.setMax(10);
|
||||||
|
legsSlider.setValue(4);
|
||||||
maxPlayersSlider.valueProperty().addListener(
|
maxPlayersSlider.valueProperty().addListener(
|
||||||
(observable, oldValue, newValue) -> updateMaxPlayerLabel()
|
(observable, oldValue, newValue) -> updateMaxPlayerLabel()
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user