add fixture autofire
This commit is contained in:
parent
d9e8e217c6
commit
8e0c4b02e4
9 changed files with 40 additions and 8 deletions
|
@ -9,7 +9,7 @@ class Grapple extends Fixture {
|
|||
this.grapple = false;
|
||||
}
|
||||
|
||||
fire(value) {
|
||||
fireType(value) {
|
||||
if (this.state == 1) {
|
||||
this.grapple.release();
|
||||
this.state = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue