Skip to content

Commit

Permalink
increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
sunverwerth committed Sep 27, 2020
1 parent 782f07a commit cd3a263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ void Game::prepareGUI() {

offset = easein(splash + gameOver) * 80;
Vec2 windowPos = Vec2(gfx.width() / gfx.getPixelScale() - 80 + offset, 0);
window("TGM v1.0", windowPos, Vec2(80, gfx.height() / gfx.getPixelScale()));
window("TGM v1.1", windowPos, Vec2(80, gfx.height() / gfx.getPixelScale()));

buildButton(wallBuildInfo, windowPos + Vec2(4, 32), Vec2(36, 68));
buildButton(computeBuildInfo, windowPos + Vec2(40, 32), Vec2(36, 68));
Expand Down

0 comments on commit cd3a263

Please sign in to comment.