mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-05 23:05:01 +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() {
|
||||
input.addListener({
|
||||
down: function(x, y) {
|
||||
state.setAnimation(1, "shoot", false);
|
||||
stateNoMix.setAnimation(1, "shoot", false);
|
||||
},
|
||||
down: function(x, y) { },
|
||||
up: function(x, y) { },
|
||||
moved: function(x, y) { },
|
||||
dragged: function(x, y) { }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user