Skip to content

Commit b8e6ada

Browse files
committed
worlds is less stable. ship it
1 parent 3037591 commit b8e6ada

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.vscode/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"liveServer.settings.port": 5501
3+
}

system_runner.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,9 @@ function setup() {
199199
styleSelect = createSelect('style');
200200
styleSelect.parent('button2Container');
201201
styleSelect.option('PATHS live', 0);
202-
styleSelect.option('Worlds', 1);
203-
styleSelect.option('A.G. made it', 2);
204-
styleSelect.option('Teen Dream', 3);
202+
styleSelect.option('Worlds', 3);
203+
styleSelect.option('A.G. made it', 1);
204+
styleSelect.option('Teen Dream', 2);
205205

206206
styleSelect.selected('PATHS live' );
207207

0 commit comments

Comments
 (0)