Merge branch 'master' of ssh://cryps.gg:40022/~/cryps

This commit is contained in:
ntr 2018-11-20 22:35:47 +11:00
commit e4c9efc4ec
14 changed files with 0 additions and 6 deletions

0
client/src/keyboard.jsx Executable file → Normal file
View File

0
client/src/main.jsx Executable file → Normal file
View File

0
client/src/scenes/combat.js Executable file → Normal file
View File

0
client/src/scenes/combat.skills.js Executable file → Normal file
View File

6
client/src/scenes/cryp.list.js Executable file → Normal file
View File

@ -10,7 +10,6 @@ class CrypList extends Phaser.Scene {
create() {
this.registry.events.on('changedata', this.updateData, this);
this.input.on('gameobjectup', this.clickHandler, this);
return true;
}
@ -36,12 +35,7 @@ class CrypList extends Phaser.Scene {
}
this.CrypPage = new CrypPage(this, cryp);
}
}
clickHandler(pointer, crypBox) {
this.displaySkills(crypBox.cryp);
return true;
// this.registry.get('ws').sendGamePve(crypBox.cryp.id);
}
}

0
client/src/scenes/cryp.page.js Executable file → Normal file
View File

0
client/src/scenes/cryp.row.js Executable file → Normal file
View File

0
client/src/scenes/cryps.js Executable file → Normal file
View File

0
client/src/scenes/menu.js Executable file → Normal file
View File

0
client/src/scenes/passive.data.edge.js Executable file → Normal file
View File

0
client/src/scenes/passive.data.node.js Executable file → Normal file
View File

0
client/src/scenes/passive.node.js Executable file → Normal file
View File

0
client/src/scenes/passives.js Executable file → Normal file
View File

0
client/src/socket.jsx Executable file → Normal file
View File