Agrandissement de la fenêtre pour les tests

This commit is contained in:
Mattéo Delabre 2016-03-11 16:11:30 +01:00
parent 4610662dd8
commit 6c7443185e
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
#include <queue>
Engine::Engine() : window(
sf::VideoMode(300, 150), "Projet CMI",
sf::VideoMode(400, 300), "Projet CMI",
sf::Style::Default & ~sf::Style::Resize,
sf::ContextSettings(0, 0, 2)
), goLeftKey(false), goRightKey(false) {