Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
v1.06
Browse files Browse the repository at this point in the history
  • Loading branch information
SharpnelXu committed Feb 7, 2023
1 parent 8e31ae9 commit 9b2e723
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"combatantDataOverride": {
"id": "地狱眼镜蛇",
"rarity": 4,
"fateClass": "ARCHER",
"fateClass": "BERSERKER",
"attribute": "EARTH",
"traits": ["WILD_BEAST", "DEMONIC"],
"deathRate": 0.2,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,17 +84,17 @@ public void initialize(final URL location, final ResourceBundle resources) {
throw new RuntimeException(ex);
}
});
final Button converterButton = new Button(getTranslation(APPLICATION_SECTION, "Atlas Data Converter"));
converterButton.setOnAction(e -> launch("Atlas Data Converter", new AtlasDataConverterVBox(), false));
// final Button converterButton = new Button(getTranslation(APPLICATION_SECTION, "Atlas Data Converter"));
// converterButton.setOnAction(e -> launch("Atlas Data Converter", new AtlasDataConverterVBox(), false));
final List<Button> buttons = ImmutableList.of(
simulationButton,
servantCreatorButton,
craftEssenceCreatorButton,
levelCreatorButton,
enemyCreatorButton,
commandCodeCreatorButton,
mysticCodeCreatorButton,
converterButton
mysticCodeCreatorButton
// converterButton
);
for (final Button button : buttons) {
final AnchorPane wrapper = new AnchorPane();
Expand Down

0 comments on commit 9b2e723

Please sign in to comment.