This commit is contained in:
Mattéo Delabre 2016-04-11 20:02:03 +02:00
commit 3f9f79188e
3 changed files with 5 additions and 1 deletions

Binary file not shown.

BIN
res/textures/regles_jeu.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1022 KiB

View File

@ -175,7 +175,11 @@ void Menu::loadLevelMenu() {
}
void Menu::loadRules() {
// TODO: coder l'affichage des règles
choices.clear();
getWindow().clear(sf::Color::Black);
sf::Texture& texture = getResourceManager().getTexture("regles_jeu.png");
background.setTexture(texture);
}
void Menu::launchEditor() {