diff --git a/motus/GameWindow.qml b/motus/GameWindow.qml index 767077983326de5c5fd526e3888951f1230a7ba2..c4bea739de2ac0eeaf9155fb588451a51f2bf87d 100644 --- a/motus/GameWindow.qml +++ b/motus/GameWindow.qml @@ -5,9 +5,10 @@ Item { width: 900 height: 800 + Rectangle { id: rectangle - color: "#ffffff" + color: "#8ff0a4" anchors.fill: parent Grid { diff --git a/motus/Main.qml b/motus/Main.qml index 3603e7738eca6be342ef925aa47618df317ba62e..c9b7a5519a71fa8bad436c286dc70f9a091db921 100644 --- a/motus/Main.qml +++ b/motus/Main.qml @@ -24,14 +24,14 @@ Window { font.pixelSize: 30 } } - +/* MenuDeroulant { id: menuDeroulant x: 38 y: 301 rectangleColor: "#b33939" } - +*/ Bouton { id: bouton x: 360 @@ -48,4 +48,26 @@ Window { anchors.centerIn: parent } + + Text { + id: _text1 + x: 194 + y: 167 + width: 551 + height: 56 + color: "#0e0e0e" + text: qsTr("Projet par Ulysse Durand et Yanis Dziki, ") + font.pixelSize: 30 + } + + Text { + id: _text2 + x: 186 + y: 372 + width: 551 + height: 56 + color: "#0e0e0e" + text: qsTr("Le jeu se lance par défaut avec un 5 essais\n pour des mots de 8 lettres") + font.pixelSize: 30 + } }