mirror of
https://github.com/wassname/phaser.git
synced 2026-07-13 01:00:12 +08:00
Added class constructors, fixed Stripshader, added relative Tween example and updated Tween source.
This commit is contained in:
@@ -957,7 +957,9 @@ Phaser.BitmapData.prototype = {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
Phaser.BitmapData.prototype.constructor = Phaser.BitmapData;
|
||||
|
||||
// EaselJS Tiny API emulation
|
||||
|
||||
|
||||
@@ -73,4 +73,6 @@ Phaser.Events.prototype = {
|
||||
|
||||
}
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
Phaser.Events.prototype.constructor = Phaser.Events;
|
||||
|
||||
@@ -318,4 +318,6 @@ Phaser.GameObjectFactory.prototype = {
|
||||
|
||||
}
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
Phaser.GameObjectFactory.prototype.constructor = Phaser.GameObjectFactory;
|
||||
|
||||
Reference in New Issue
Block a user