Some minor tweaks on the role change in the Room image displays
This commit is contained in:
parent
da2e4049ff
commit
b49bd2e9f3
@ -19,7 +19,7 @@ public class BudaLogConfig {
|
|||||||
LoggerContext ctx = (LoggerContext) LogManager.getContext(false);
|
LoggerContext ctx = (LoggerContext) LogManager.getContext(false);
|
||||||
Configuration config = ctx.getConfiguration();
|
Configuration config = ctx.getConfiguration();
|
||||||
LoggerConfig loggerConfig = config.getLoggerConfig(LogManager.ROOT_LOGGER_NAME);
|
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.
|
ctx.updateLoggers(); // This causes all Loggers to refetch information from their LoggerConfig.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -114,6 +114,7 @@ public class TrainAnimationDayController implements Initializable {
|
|||||||
return wagonFullImageView;
|
return wagonFullImageView;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public void moveRoom0Up() {
|
public void moveRoom0Up() {
|
||||||
Platform.runLater(new Runnable() {
|
Platform.runLater(new Runnable() {
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
@ -284,6 +284,7 @@ public class LoungeSceneViewController implements Initializable {
|
|||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
try {
|
try {
|
||||||
|
trainAnimationDayController.showFullWagon();
|
||||||
buttonLobbyPane.setVisible(true);
|
buttonLobbyPane.setVisible(true);
|
||||||
gameDisplayAnchorPane.getChildren().clear();
|
gameDisplayAnchorPane.getChildren().clear();
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user