Merge branch 'dev' into 'feature/styleTool'

# Conflicts:
#   mainwindow.cpp
#   mainwindow.h
#   mainwindow.ui
This commit is contained in:
JOSSERAND GIOVANNI p2405212
2025-06-20 21:57:30 +00:00
17 changed files with 1445 additions and 431 deletions
View File
-44
View File
@@ -1,44 +0,0 @@
{
"name": "parcous1",
"city": "Bourg en bresse",
"departement": 1,
"difficulty": 2,
"duration": 2.3,
"length": 17.3,
"image": "data/parcours1.png",
"steps": [
{
"numero": 1,
"title": "Première étape",
"GPS": "N 45 37.199 W 1 2.009",
"reponse": -1,
"dialogue": [
{
"personnage": "Quentin",
"texte": "ligne de dialogue 1"
},
{
"personnage": "Malo",
"texte": "ligne de dialogue 2"
}
]
},
{
"numero": 2,
"title": "Deuxième étape",
"GPS": "S 45 37.199 E 1 2.009",
"reponse": 4156,
"dialogue": [
{
"personnage": "Antoine",
"texte": "ligne de dialogue 1"
},
{
"personnage": "Giovanni",
"texte": "ligne de dialogue 2"
}
]
}
]
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 219 KiB