Some minor tweaks on the role change in the Room image displays

This commit is contained in:
Seraina 2022-05-15 09:37:05 +02:00
parent da2e4049ff
commit b49bd2e9f3
3 changed files with 3 additions and 1 deletions

View File

@ -19,7 +19,7 @@ public class BudaLogConfig {
LoggerContext ctx = (LoggerContext) LogManager.getContext(false);
Configuration config = ctx.getConfiguration();
LoggerConfig loggerConfig = config.getLoggerConfig(LogManager.ROOT_LOGGER_NAME);
loggerConfig.setLevel(Level.ERROR); // change level here
loggerConfig.setLevel(Level.WARN); // change level here
ctx.updateLoggers(); // This causes all Loggers to refetch information from their LoggerConfig.
}

View File

@ -114,6 +114,7 @@ public class TrainAnimationDayController implements Initializable {
return wagonFullImageView;
}
public void moveRoom0Up() {
Platform.runLater(new Runnable() {
@Override

View File

@ -284,6 +284,7 @@ public class LoungeSceneViewController implements Initializable {
@Override
public void run() {
try {
trainAnimationDayController.showFullWagon();
buttonLobbyPane.setVisible(true);
gameDisplayAnchorPane.getChildren().clear();
} catch (Exception e) {