gitignore
This commit is contained in:
parent
952b5dd57f
commit
623a324625
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
bundle.js
|
||||||
|
dist/
|
@ -5,7 +5,7 @@ export class StraightTrack extends TrackSegment {
|
|||||||
constructor(start?: Vector) {
|
constructor(start?: Vector) {
|
||||||
start = start || new Vector(100, 100);
|
start = start || new Vector(100, 100);
|
||||||
super([
|
super([
|
||||||
start.copy(),
|
start,
|
||||||
start.copy().add(25, 0),
|
start.copy().add(25, 0),
|
||||||
start.copy().add(75, 0),
|
start.copy().add(75, 0),
|
||||||
start.copy().add(100, 0),
|
start.copy().add(100, 0),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user