memes
This commit is contained in:
parent
1023691e2d
commit
3f00905906
3 changed files with 2 additions and 0 deletions
BIN
Resources/icon.png
Normal file
BIN
Resources/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 230 KiB |
|
@ -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();
|
||||
|
|
Binary file not shown.
Reference in a new issue