Merge branch 'master' of ssh://cryps.gg:40022/~/cryps
This commit is contained in:
commit
e4c9efc4ec
0
client/src/keyboard.jsx
Executable file → Normal file
0
client/src/keyboard.jsx
Executable file → Normal file
0
client/src/main.jsx
Executable file → Normal file
0
client/src/main.jsx
Executable file → Normal file
0
client/src/scenes/combat.js
Executable file → Normal file
0
client/src/scenes/combat.js
Executable file → Normal file
0
client/src/scenes/combat.skills.js
Executable file → Normal file
0
client/src/scenes/combat.skills.js
Executable file → Normal file
6
client/src/scenes/cryp.list.js
Executable file → Normal file
6
client/src/scenes/cryp.list.js
Executable file → Normal file
@ -10,7 +10,6 @@ class CrypList extends Phaser.Scene {
|
|||||||
|
|
||||||
create() {
|
create() {
|
||||||
this.registry.events.on('changedata', this.updateData, this);
|
this.registry.events.on('changedata', this.updateData, this);
|
||||||
this.input.on('gameobjectup', this.clickHandler, this);
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -36,12 +35,7 @@ class CrypList extends Phaser.Scene {
|
|||||||
}
|
}
|
||||||
this.CrypPage = new CrypPage(this, cryp);
|
this.CrypPage = new CrypPage(this, cryp);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
clickHandler(pointer, crypBox) {
|
|
||||||
this.displaySkills(crypBox.cryp);
|
|
||||||
return true;
|
return true;
|
||||||
// this.registry.get('ws').sendGamePve(crypBox.cryp.id);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
0
client/src/scenes/cryp.page.js
Executable file → Normal file
0
client/src/scenes/cryp.page.js
Executable file → Normal file
0
client/src/scenes/cryp.row.js
Executable file → Normal file
0
client/src/scenes/cryp.row.js
Executable file → Normal file
0
client/src/scenes/cryps.js
Executable file → Normal file
0
client/src/scenes/cryps.js
Executable file → Normal file
0
client/src/scenes/menu.js
Executable file → Normal file
0
client/src/scenes/menu.js
Executable file → Normal file
0
client/src/scenes/passive.data.edge.js
Executable file → Normal file
0
client/src/scenes/passive.data.edge.js
Executable file → Normal file
0
client/src/scenes/passive.data.node.js
Executable file → Normal file
0
client/src/scenes/passive.data.node.js
Executable file → Normal file
0
client/src/scenes/passive.node.js
Executable file → Normal file
0
client/src/scenes/passive.node.js
Executable file → Normal file
0
client/src/scenes/passives.js
Executable file → Normal file
0
client/src/scenes/passives.js
Executable file → Normal file
0
client/src/socket.jsx
Executable file → Normal file
0
client/src/socket.jsx
Executable file → Normal file
Loading…
x
Reference in New Issue
Block a user