We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3037591 commit b8e6adaCopy full SHA for b8e6ada
.vscode/settings.json
@@ -0,0 +1,3 @@
1
+{
2
+ "liveServer.settings.port": 5501
3
+}
system_runner.js
@@ -199,9 +199,9 @@ function setup() {
199
styleSelect = createSelect('style');
200
styleSelect.parent('button2Container');
201
styleSelect.option('PATHS live', 0);
202
- styleSelect.option('Worlds', 1);
203
- styleSelect.option('A.G. made it', 2);
204
- styleSelect.option('Teen Dream', 3);
+ styleSelect.option('Worlds', 3);
+ styleSelect.option('A.G. made it', 1);
+ styleSelect.option('Teen Dream', 2);
205
206
styleSelect.selected('PATHS live' );
207
0 commit comments