gitignore

This commit is contained in:
Emmaline Autumn 2025-02-07 12:34:58 -07:00
parent 952b5dd57f
commit 623a324625
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
bundle.js
dist/

View File

@ -5,7 +5,7 @@ export class StraightTrack extends TrackSegment {
constructor(start?: Vector) {
start = start || new Vector(100, 100);
super([
start.copy(),
start,
start.copy().add(25, 0),
start.copy().add(75, 0),
start.copy().add(100, 0),