Skip to content

Commit

Permalink
Removes Monaco for CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Marak committed Feb 27, 2024
1 parent 64fefa2 commit 0d202e3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mantra-game/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,6 @@ import Select from './plugins/select/Select.js';
import Textarea from './plugins/textarea/Textarea.js';
import Code from './plugins/code/Code.js';

import Monaco from './plugins/monaco/Monaco.js';


// TODO: may have rename Label, since it's semi-reserved here
// The label behavior might just be a attach / container situation with a Text object
import Label from './plugins/label/Label.js';
Expand Down Expand Up @@ -150,7 +147,7 @@ import MovementFrogger from './plugins/entity-movement/strategies/FroggerMovemen
import MovementPacman from './plugins/entity-movement/strategies/PacManMovement.js';
import MovementPong from './plugins/entity-movement/strategies/PongMovement.js';

const plugins = {
let plugins = {
Behaviors,
Sutra,
YCraft,
Expand Down Expand Up @@ -188,7 +185,6 @@ const plugins = {
Range,
Code,
Textarea,
Monaco,
RadialMenu,
Draggable,
Droppable,
Expand Down Expand Up @@ -257,4 +253,8 @@ const plugins = {
XState
};


//import Monaco from './plugins/monaco/Monaco.js';
//plugins.Monaco = Monaco;

export default plugins;

0 comments on commit 0d202e3

Please sign in to comment.