Working version of train following spline path

This commit is contained in:
Emma
2023-02-07 08:36:58 -07:00
commit f1c991bd3e
17 changed files with 2350 additions and 0 deletions

25
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,25 @@
{
"deno.enable": true,
"deno.unstable": true,
"deno.config": "./deno.jsonc",
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#520088",
"activityBar.background": "#520088",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#9f6000",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#520088",
"statusBar.background": "#330055",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#520088",
"statusBarItem.remoteBackground": "#330055",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#330055",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#33005599",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.remoteColor": "330055"
}