From 39f6da049b7b7d75dfa7177786819846c826ea09 Mon Sep 17 00:00:00 2001 From: ppouchet <pierre.pouchet@etu.ec-lyon.fr> Date: Mon, 31 Mar 2025 10:55:04 +0200 Subject: [PATCH] stash --- Motus/Main.qml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Motus/Main.qml b/Motus/Main.qml index 9102161..8076c2b 100644 --- a/Motus/Main.qml +++ b/Motus/Main.qml @@ -84,6 +84,11 @@ Window { } } } + if (mot==mot_entre){ + motusGame.setWinbool(true); + } + + } if (mot_entre.toUpperCase() === mot.toUpperCase()) { @@ -132,9 +137,7 @@ Window { Row { id: main_row - anchors.fill: parent - spacing: 150 Rectangle { -- GitLab