多人联机界面Cato版本标识优化 (#1353)
* 对Cato版本号问题做出了修改 * test to come back * 更改了一个因Cato现在实时更新而不合时间的问题 * 学着编译了一下 在gradlew.bat末尾加了一个pause以检查编译结果 * 把pause改掉了
This commit is contained in:
@@ -278,7 +278,7 @@ public class MultiplayerPageSkin extends DecoratorAnimatedPage.DecoratorAnimated
|
||||
HBox.setHgrow(placeholder, Priority.ALWAYS);
|
||||
|
||||
pane.getChildren().setAll(
|
||||
new Label("cato " + MultiplayerManager.CATO_VERSION),
|
||||
new Label("Based on Cato"),
|
||||
aboutLink,
|
||||
placeholder,
|
||||
FXUtils.segmentToTextFlow(i18n("multiplayer.powered_by"), Controllers::onHyperlinkAction));
|
||||
|
||||
Reference in New Issue
Block a user