This commit is contained in:
marti.lloveras 2017-01-22 15:04:13 +01:00
parent 1023691e2d
commit 3f00905906
3 changed files with 2 additions and 0 deletions

BIN
Resources/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 230 KiB

View file

@ -23,6 +23,8 @@ void Game::run() {
sf::RenderWindow window(sf::VideoMode(W_WIDTH, W_HEIGHT), "( ( ( Radio Waves ) ) )", sf::Style::Close); sf::RenderWindow window(sf::VideoMode(W_WIDTH, W_HEIGHT), "( ( ( Radio Waves ) ) )", sf::Style::Close);
window.setFramerateLimit(25); window.setFramerateLimit(25);
window.setKeyRepeatEnabled(false); window.setKeyRepeatEnabled(false);
float oldTime = c.getElapsedTime().asSeconds(); float oldTime = c.getElapsedTime().asSeconds();
while (isRunning) { while (isRunning) {
float time = c.getElapsedTime().asSeconds(); float time = c.getElapsedTime().asSeconds();