mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 10:07:58 +02:00
far trigger launches fireworks
This commit is contained in:
parent
8f914c6673
commit
728612f9a7
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,10 @@
|
||||||
_this.shootFireworks();
|
_this.shootFireworks();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
startFarTrigger: function() {
|
||||||
|
_this.shootFireworks();
|
||||||
|
},
|
||||||
|
|
||||||
clickReleaseOnEntity: function() {
|
clickReleaseOnEntity: function() {
|
||||||
_this.shootFireworks();
|
_this.shootFireworks();
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue