Skip to content

Commit

Permalink
suppr-tous-boutons
Browse files Browse the repository at this point in the history
  • Loading branch information
l-ea-f committed Oct 22, 2024
1 parent 70ac141 commit a74895a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
Binary file modified src/.vs/slnx.sqlite
Binary file not shown.
17 changes: 8 additions & 9 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ WA.onInit().then(() => {
WA.room.showLayer("basMurs/basReunionA")
})



/* WA.ui.actionBar.addButton({
/* WA.ui.actionBar.addButton({
id: 'move-btn',
type: 'action',
imageSrc: root + '/arrows-to-center.svg',
Expand All @@ -75,9 +73,9 @@ WA.onInit().then(() => {
WA.nav.goToRoom("https://play.workadventu.re/@/universite-de-lorraine/pleiades/accueil#moveTo=accueil")
}
}
}); */
});
/* WA.ui.actionBar.addButton({
WA.ui.actionBar.addButton({
id: 'plan-btn',
type: 'action',
imageSrc: root + '/map-plan.svg',
Expand All @@ -91,8 +89,8 @@ WA.onInit().then(() => {
position: "center",
}, () => WA.ui.modal.closeModal())
}
}); */
/* WA.ui.actionBar.addButton({
});
WA.ui.actionBar.addButton({
id: 'program-btn',
type: 'action',
imageSrc: root + '/program-schedule.svg',
Expand All @@ -105,8 +103,9 @@ WA.onInit().then(() => {
allow: "microphone; camera",
position: "center",
}, () => WA.ui.modal.closeModal())
}
}); */
}
});
*/

// The line below bootstraps the Scripting API Extra library that adds a number of advanced properties/features to WorkAdventure
bootstrapExtra().then(() => {
Expand Down

0 comments on commit a74895a

Please sign in to comment.