mirror of
https://github.com/wassname/phaser.git
synced 2026-07-27 11:25:30 +08:00
yuidoc scripts added. Tidied up the Docs folder. Added back in the Emitter and fixed the Tests that weren't compiling.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
/// <reference path="../../Phaser/Game.ts" />
|
||||
(function () {
|
||||
var game = new Phaser.Game(this, 'game', 800, 600, null, null, null, render);
|
||||
|
||||
function render() {
|
||||
Phaser.DebugUtils.renderPointer(game.input.pointer1);
|
||||
Phaser.DebugUtils.renderPointer(game.input.pointer2);
|
||||
|
||||
Reference in New Issue
Block a user