Add button to simulate machine
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user