diff --git a/cryptide_project/src/Components/PlayerList.tsx b/cryptide_project/src/Components/PlayerList.tsx index ef2f5dc..7bbf279 100644 --- a/cryptide_project/src/Components/PlayerList.tsx +++ b/cryptide_project/src/Components/PlayerList.tsx @@ -67,8 +67,9 @@ const PlayerList: React.FC = ({ players, playerTouched, setPlay borderRadius: "10px", border: "solid 1px", textAlign: "center", + color: "white", padding: "10px"}} - onClick={() => askEveryone()}>Guess ! + onClick={() => askEveryone()}>Ask everyone ): ( ) diff --git a/cryptide_project/src/Pages/Tutorial.tsx b/cryptide_project/src/Pages/Tutorial.tsx index e326850..113f51e 100644 --- a/cryptide_project/src/Pages/Tutorial.tsx +++ b/cryptide_project/src/Pages/Tutorial.tsx @@ -20,7 +20,8 @@ import Oeye from "../res/icon/eye.png"; import Ceye from "../res/icon/hidden.png"; import ImgBot from "../res/img/bot.png"; -import ava from "../res/img/tuto/tuto-ava.png"; +import detective from "../res/img/tuto/tuto-detective.jpg"; +import ava from "../res/img/tuto/tuto-ava2.png"; import indicetxt from "../res/img/tuto/tuto-indiceTxt.png" import rep from "../res/img/tuto/tuto-rep.png"; import joueurs from "../res/img/tuto/tuto-joueurs.png"; @@ -426,7 +427,7 @@ const Tutorial = ({locale, changeLocale}) => { {step === -1 && ( - + Bienvenue dans SocialGraph @@ -448,7 +449,7 @@ const Tutorial = ({locale, changeLocale}) => { Voici comment est représenté un suspect, chaque suspect possède différentes caractéristiques, que ce soit leur nom, âge, sport et leur couleur de cheveux.
- Par exemple, ici, nous avons Ava, qui a 40 ans, qui pratique du Basket et du Tennis, qui a les cheveux Roux et qui possède 2 amis. + Par exemple, ici, nous avons Ava, qui a 40 ans, qui pratique du Basket et du Tennis, qui a les cheveux Roux et qui possède 2 amis : Carter et Liam.
@@ -470,7 +471,7 @@ const Tutorial = ({locale, changeLocale}) => { {step === 3 && ( - + Les Détectives @@ -541,7 +542,7 @@ const Tutorial = ({locale, changeLocale}) => { L'indice - Ce bouton vous permet d'afficher votre indice personnel, gradez le secret ! Il s'agit de votre meilleur atout pour gagner. + Ce bouton vous permet d'afficher votre indice personnel, gardez le secret ! Il s'agit de votre meilleur atout pour gagner. @@ -570,10 +571,7 @@ const Tutorial = ({locale, changeLocale}) => {
- {/* */} - { step != 0 && ()} + { step != -1 && ()} { step === 6 ? () : } @@ -593,7 +591,7 @@ const Tutorial = ({locale, changeLocale}) => { - + Premier pas diff --git a/cryptide_project/src/res/img/tuto/tuto-ava2.png b/cryptide_project/src/res/img/tuto/tuto-ava2.png new file mode 100644 index 0000000..53a639b Binary files /dev/null and b/cryptide_project/src/res/img/tuto/tuto-ava2.png differ diff --git a/cryptide_project/src/res/img/tuto/tuto-detective.jpg b/cryptide_project/src/res/img/tuto/tuto-detective.jpg new file mode 100644 index 0000000..df2c88c Binary files /dev/null and b/cryptide_project/src/res/img/tuto/tuto-detective.jpg differ diff --git a/cryptide_project/src/res/img/tuto/tuto-joueurs.png b/cryptide_project/src/res/img/tuto/tuto-joueurs.png index 74450df..9d9be35 100644 Binary files a/cryptide_project/src/res/img/tuto/tuto-joueurs.png and b/cryptide_project/src/res/img/tuto/tuto-joueurs.png differ diff --git a/cryptide_project/src/res/img/tuto/tuto2-1.png b/cryptide_project/src/res/img/tuto/tuto2-1.png index e62f185..72b3297 100644 Binary files a/cryptide_project/src/res/img/tuto/tuto2-1.png and b/cryptide_project/src/res/img/tuto/tuto2-1.png differ diff --git a/cryptide_project/src/res/img/tuto/tuto2-4.png b/cryptide_project/src/res/img/tuto/tuto2-4.png index 73de848..7855d9d 100644 Binary files a/cryptide_project/src/res/img/tuto/tuto2-4.png and b/cryptide_project/src/res/img/tuto/tuto2-4.png differ