Skip to content

Commit

Permalink
Same for Monopoly.
Browse files Browse the repository at this point in the history
  • Loading branch information
PoneyClairDeLune committed Jun 16, 2024
1 parent bd1c675 commit d8678fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/fakeSc/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,8 @@ getBridge().addEventListener("message", function (ev) {
{
// Monopoly
let perf = new TimedEvents();
perf.push(new PointEvent(1.611, genDispType(0, 0)));
perf.push(new PointEvent(52.064, genDispType(0, 3)));
perf.push(new PointEvent(70.447, genDispType(0, 1)));
perf.fresh();
demoPerfs["MONOPOLY"] = perf;
};

0 comments on commit d8678fb

Please sign in to comment.