mirror of
https://github.com/wassname/phaser.git
synced 2026-07-24 13:10:53 +08:00
Added class constructors, fixed Stripshader, added relative Tween example and updated Tween source.
This commit is contained in:
@@ -845,3 +845,5 @@ Phaser.Cache.prototype = {
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
Phaser.Cache.prototype.constructor = Phaser.Cache;
|
||||
|
||||
@@ -1300,3 +1300,5 @@ Phaser.Loader.prototype = {
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
Phaser.Loader.prototype.constructor = Phaser.Loader;
|
||||
|
||||
Reference in New Issue
Block a user