Merge branch 'master' of https://github.com/matteodelabre/projet-cmi
This commit is contained in:
commit
3f9f79188e
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 1022 KiB |
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue