mirror of
https://github.com/wassname/phaser.git
synced 2026-09-10 12:29:30 +08:00
Fixed some issues in dragging sprites with snap-to-center and world coordinates.
This commit is contained in:
@@ -23,6 +23,6 @@
|
||||
sonic.input.enableDrag();
|
||||
}
|
||||
function render() {
|
||||
game.input.renderDebugInfo(32, 32);
|
||||
Phaser.DebugUtils.renderInputInfo(32, 32);
|
||||
}
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user