From 30cff4ea3a07398237320407fcd85530aa9de43d Mon Sep 17 00:00:00 2001
From: Yanis Dziki <yanis.dziki@ens-lyon.fr>
Date: Fri, 11 Apr 2025 22:20:40 +0200
Subject: [PATCH] Designer

---
 motus/GameWindow.qml |  3 ++-
 motus/Main.qml       | 26 ++++++++++++++++++++++++--
 2 files changed, 26 insertions(+), 3 deletions(-)

diff --git a/motus/GameWindow.qml b/motus/GameWindow.qml
index 7670779..c4bea73 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 3603e77..c9b7a55 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
+    }
 }
-- 
GitLab