removed redux
This commit is contained in:
@@ -11,6 +11,7 @@ class CrypList extends Phaser.Scene {
|
||||
|
||||
create() {
|
||||
this.registry.events.on('changedata', this.updateData, this);
|
||||
this.registry.events.on('setdata', this.updateData, this);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
@@ -5,10 +5,9 @@ const Menu = require('./menu');
|
||||
const Combat = require('./combat');
|
||||
// const Passives = require('./passives');
|
||||
|
||||
function renderCryps(store, socket) {
|
||||
function renderCryps() {
|
||||
const config = {
|
||||
type: Phaser.AUTO,
|
||||
// parent: 'cryps',
|
||||
backgroundColor: '#181818',
|
||||
resolution: window.devicePixelRatio,
|
||||
width: window.innerWidth,
|
||||
|
||||
Reference in New Issue
Block a user