Skip to content

Commit

Permalink
Set version number to main menu
Browse files Browse the repository at this point in the history
  • Loading branch information
sunDalik committed Sep 24, 2020
1 parent cacabb9 commit 85ffc53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/js/menu/main_menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export function setupMenu() {
window.open("https://discord.com/invite/KBjcrR6");
};
discordButton.on("click", discordButton.clickButton);
createVersionNumber("v0.34+", 16);
createVersionNumber("v0.43", 16);
}, ppUpAnimationTime * 2 / 3);
}, ppAnimationTime1 + ppAnimationTime2 * 2 / 3);
}
Expand Down

0 comments on commit 85ffc53

Please sign in to comment.