Fixed some issues in dragging sprites with snap-to-center and world coordinates.

This commit is contained in:
Richard Davey
2013-08-07 00:00:12 +01:00
parent 77cc3858d9
commit d7205992a5
60 changed files with 1080 additions and 730 deletions
+1 -1
View File
@@ -23,6 +23,6 @@
sonic.input.enableDrag();
}
function render() {
game.input.renderDebugInfo(32, 32);
Phaser.DebugUtils.renderInputInfo(32, 32);
}
})();