diff --git a/src/.vs/.vs/VSWorkspaceState.json b/src/.vs/.vs/VSWorkspaceState.json new file mode 100644 index 0000000..d238462 --- /dev/null +++ b/src/.vs/.vs/VSWorkspaceState.json @@ -0,0 +1,7 @@ +{ + "ExpandedNodes": [ + "" + ], + "SelectedNode": "\\slnx.sqlite", + "PreviewInSolutionExplorer": false +} \ No newline at end of file diff --git a/src/.vs/.vs/slnx.sqlite b/src/.vs/.vs/slnx.sqlite new file mode 100644 index 0000000..a7bcaed Binary files /dev/null and b/src/.vs/.vs/slnx.sqlite differ diff --git a/src/.vs/slnx.sqlite b/src/.vs/slnx.sqlite new file mode 100644 index 0000000..0eb10f6 Binary files /dev/null and b/src/.vs/slnx.sqlite differ diff --git a/src/main.ts b/src/main.ts index e6505d5..0e5e678 100644 --- a/src/main.ts +++ b/src/main.ts @@ -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', @@ -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', @@ -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(() => {