Merge branch 'master' of github.com:ralucado/WaveGGJ17
This commit is contained in:
commit
f096594e0e
4 changed files with 2 additions and 0 deletions
BIN
Resources/Screenshot from 2017-01-21 12-26-34.png
Normal file
BIN
Resources/Screenshot from 2017-01-21 12-26-34.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 736 KiB |
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 Wave ) ) )", 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