mirror of
https://github.com/wassname/phaser.git
synced 2026-06-29 16:30:29 +08:00
Lots of documentation updates and new Loader examples.
This commit is contained in:
@@ -1099,6 +1099,8 @@ Object.defineProperty(Phaser.Sprite.prototype, "inputEnabled", {
|
||||
|
||||
set: function (value) {
|
||||
|
||||
console.log('inputEnabled', value, this.input);
|
||||
|
||||
if (value)
|
||||
{
|
||||
if (this.input.enabled === false)
|
||||
|
||||
Reference in New Issue
Block a user