mirror of
https://github.com/wassname/phaser.git
synced 2026-09-10 12:29:30 +08:00
Fixed world drag support and other input modifications.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
/// <reference path="../../Phaser/Game.ts" />
|
||||
(function () {
|
||||
var game = new Phaser.Game(this, 'game', 800, 600, null, null, null, render);
|
||||
function render() {
|
||||
game.input.pointer1.renderDebug();
|
||||
game.input.pointer2.renderDebug();
|
||||
game.input.pointer3.renderDebug();
|
||||
game.input.pointer4.renderDebug();
|
||||
}
|
||||
})();
|
||||
Reference in New Issue
Block a user