diff --git a/Resources/icon.png b/Resources/icon.png new file mode 100644 index 0000000..e1ab795 Binary files /dev/null and b/Resources/icon.png differ diff --git a/VaporWaveWars/game.cpp b/VaporWaveWars/game.cpp index a6ca06c..3a24f06 100644 --- a/VaporWaveWars/game.cpp +++ b/VaporWaveWars/game.cpp @@ -23,6 +23,8 @@ void Game::run() { sf::RenderWindow window(sf::VideoMode(W_WIDTH, W_HEIGHT), "( ( ( Radio Waves ) ) )", sf::Style::Close); window.setFramerateLimit(25); window.setKeyRepeatEnabled(false); + + float oldTime = c.getElapsedTime().asSeconds(); while (isRunning) { float time = c.getElapsedTime().asSeconds(); diff --git a/build-VaporWaveWars-Desktop_Qt_5_7_0_GCC_64bit-Debug/VaporWaveWars b/build-VaporWaveWars-Desktop_Qt_5_7_0_GCC_64bit-Debug/VaporWaveWars index 37e9f0b..c5de58d 100755 Binary files a/build-VaporWaveWars-Desktop_Qt_5_7_0_GCC_64bit-Debug/VaporWaveWars and b/build-VaporWaveWars-Desktop_Qt_5_7_0_GCC_64bit-Debug/VaporWaveWars differ