Add button to simulate machine

This commit is contained in:
Marcel
2019-03-05 20:31:53 +01:00
parent dc41fd7ba9
commit 6f16c5c9b7
5 changed files with 27 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ class State {
this.y = y;
this.mouseOffsetX = 0;
this.mouseOffsetY = 0;
this.color = '#f0f';
this.color = '#fff';
this.isActive = false;
this.activeTime = 0;
this.isAcceptState = false;