[ts] Removed shooting

This commit is contained in:
badlogic 2016-09-02 16:46:32 +02:00
parent 18b0463669
commit ea66b3578d

View File

@ -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) { }