mirror of
https://github.com/wassname/phaser.git
synced 2026-07-19 11:26:26 +08:00
Updated Loader component and fixed a few Pointer issues.
This commit is contained in:
+2
-2
@@ -22,7 +22,7 @@ module Phaser {
|
||||
this.camera = game.camera;
|
||||
this.cache = game.cache;
|
||||
this.input = game.input;
|
||||
this.loader = game.loader;
|
||||
this.load = game.load;
|
||||
this.math = game.math;
|
||||
this.motion = game.motion;
|
||||
this.sound = game.sound;
|
||||
@@ -66,7 +66,7 @@ module Phaser {
|
||||
* Reference to the assets loader.
|
||||
* @type {Loader}
|
||||
*/
|
||||
public loader: Loader;
|
||||
public load: Loader;
|
||||
|
||||
/**
|
||||
* Reference to the math helper.
|
||||
|
||||
Reference in New Issue
Block a user