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

12
index.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TRAINS!</title>
</head>
<body>
<script src="bundle.js"></script>
</body>
</html>