Better radiused banks

This commit is contained in:
2025-02-17 09:50:33 -07:00
parent eb680c470f
commit d82a6aaf4f
4 changed files with 15 additions and 11 deletions

View File

@@ -62,11 +62,11 @@ export class RunningState extends State<States> {
// const train = new Train(track.path, [new LargeLady(), new Tender()]);
// ctx.trains.push(train);
});
const train = new Train(track.path, [new LargeLady()], 1080);
const train = new Train(track.path, [new LargeLady()]);
ctx.trains.push(train);
// const trainCount = 1000;
// for (let i = 0; i < trainCount; i++) {
// const train = new Train(track.path, [new RedEngine(), new Tender()]);
// const train = new Train(track.path, [new LargeLady(), new Tender()]);
// ctx.trains.push(train);
// }