Skip to content

Commit

Permalink
com-boutons
Browse files Browse the repository at this point in the history
  • Loading branch information
l-ea-f committed Oct 22, 2024
1 parent e0287f9 commit cabafd7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions src/.vs/.vs/VSWorkspaceState.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"ExpandedNodes": [
""
],
"SelectedNode": "\\slnx.sqlite",
"PreviewInSolutionExplorer": false
}
Binary file added src/.vs/.vs/slnx.sqlite
Binary file not shown.
Binary file added src/.vs/slnx.sqlite
Binary file not shown.
8 changes: 4 additions & 4 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ WA.onInit().then(() => {
}
});

WA.ui.actionBar.addButton({
/* WA.ui.actionBar.addButton({
id: 'plan-btn',
type: 'action',
imageSrc: root + '/map-plan.svg',
Expand All @@ -90,7 +90,7 @@ WA.onInit().then(() => {
}, () => WA.ui.modal.closeModal())
}
});
WA.ui.actionBar.addButton({
/* WA.ui.actionBar.addButton({
id: 'program-btn',
type: 'action',
imageSrc: root + '/program-schedule.svg',
Expand All @@ -103,8 +103,8 @@ 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 cabafd7

Please sign in to comment.