mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-02 21:59:09 +08:00
[ts] Removed shooting
This commit is contained in:
parent
18b0463669
commit
ea66b3578d
@ -61,10 +61,7 @@ var animationMixingDemo = function(loadingComplete, bgColor) {
|
|||||||
|
|
||||||
function setupInput() {
|
function setupInput() {
|
||||||
input.addListener({
|
input.addListener({
|
||||||
down: function(x, y) {
|
down: function(x, y) { },
|
||||||
state.setAnimation(1, "shoot", false);
|
|
||||||
stateNoMix.setAnimation(1, "shoot", false);
|
|
||||||
},
|
|
||||||
up: function(x, y) { },
|
up: function(x, y) { },
|
||||||
moved: function(x, y) { },
|
moved: function(x, y) { },
|
||||||
dragged: function(x, y) { }
|
dragged: function(x, y) { }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user